buffer overflow fix for -m 8900 = scrypt

pull/140/head
philsmd 8 years ago
parent 5c07a412ec
commit 5e92020180

@ -14586,7 +14586,7 @@ int scrypt_parse_hash (char *input_buf, uint input_len, hash_t *hash_buf)
// base64 decode
u8 tmp_buf[32];
u8 tmp_buf[33];
memset (tmp_buf, 0, sizeof (tmp_buf));

Loading…
Cancel
Save