Merge pull request #3647 from matrix/fix_31400_bufferOverflow

Fixed buffer overflow on m31400_a3-pure.cl / aes256_scrt_format_VV()
pull/3670/head
Jens Steube 1 year ago committed by GitHub
commit 7a90a3a36b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save