1
mirror of https://github.com/hashcat/hashcat synced 2025-02-18 06:21:25 +01:00

added missing pre-load

This commit is contained in:
Sein Coray 2019-05-14 15:43:01 +02:00
parent 06554f5071
commit 845878f607
No known key found for this signature in database
GPG Key ID: 44C4180EA69758EC

View File

@ -827,6 +827,15 @@ KERNEL_FQ void m17220_mxx (KERN_ATTR_VECTOR_ESALT (pkzip_t))
SYNC_THREADS();
LOCAL_VK u32 l_data[MAX_LOCAL];
for (u64 i = lid; i < MAX_LOCAL; i += lsz)
{
l_data[i] = esalt_bufs[digests_offset].hashes[0].data[i];
}
SYNC_THREADS();
if (gid >= gid_max) return;
/**