1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

naughty race condition return

This commit is contained in:
Michael Kruger 2021-08-02 15:15:05 +02:00
parent 5c9be6c855
commit b9992cc119

View File

@ -585,10 +585,8 @@ KERNEL_FQ void m27000_comp (KERN_ATTR_TMPS_ESALT (netntlm_tmp_t, netntlm_t))
*/ */
const u64 gid = get_global_id (0); const u64 gid = get_global_id (0);
if (gid >= gid_max) return;
const u64 lid = get_local_id (0); const u64 lid = get_local_id (0);
const u64 lsz = get_local_size (0);
/** /**
* sbox, kbox * sbox, kbox