mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 01:50:10 +00:00
Fix s_wb_ke_pc initialization in -m 22100 kernel
This commit is contained in:
parent
931e29d333
commit
1cbd02b1b5
@ -258,7 +258,7 @@ KERNEL_FQ void m22100_loop (KERN_ATTR_TMPS_ESALT (bitlocker_tmp_t, bitlocker_t))
|
||||
#ifdef REAL_SHM
|
||||
LOCAL_VK u32 s_wb_ke_pc[FIXED_ITER_INCR][48];
|
||||
#else
|
||||
GLOBAL_AS u32 (*s_wb_ke_pc)[48] = NULL;
|
||||
GLOBAL_AS u32 (*s_wb_ke_pc)[48];
|
||||
#endif
|
||||
|
||||
for (u32 t = 0; t < FIXED_ITER_TOTAL; t += FIXED_ITER_INCR)
|
||||
|
Loading…
Reference in New Issue
Block a user