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

Fixed buffer overflow on m31400_a3-pure.cl / aes256_scrt_format_VV()

This commit is contained in:
Gabriele Gristina 2023-03-19 14:43:51 +01:00
parent 074411418f
commit afc97a7eb8

View File

@ -135,7 +135,7 @@ DECLSPEC void aes256_scrt_format_VV (PRIVATE_AS u32 *aes_ks, PRIVATE_AS u32x *w,
#endif
#if VECT_SIZE >= 2
u32 tmp_w[16];
u32 tmp_w[64];
u32 tmp_h[8];
u32 tmp_out[4];