Closed lmiskiew closed 6 years ago
If GF256_TARGET_MOBILE was set and GF256_TRY_NEON wasn't bytes variable in gf256_add2_mem wasn't updated which resulted in trying to access bytes outside of the buffers if bytes & 8 == 1.
GF256_TARGET_MOBILE
GF256_TRY_NEON
bytes
gf256_add2_mem
bytes & 8 == 1
Beautiful thank you
I’ll check to make sure all the other repos are fixed
If
GF256_TARGET_MOBILE
was set andGF256_TRY_NEON
wasn'tbytes
variable ingf256_add2_mem
wasn't updated which resulted in trying to access bytes outside of the buffers ifbytes & 8 == 1
.