mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-17 04:08:34 +00:00
Merge pull request #140 from philsmd/master
buffer overflow fix for -m 8900 = scrypt
This commit is contained in:
commit
decdbc2a07
@ -14586,7 +14586,7 @@ int scrypt_parse_hash (char *input_buf, uint input_len, hash_t *hash_buf)
|
|||||||
|
|
||||||
// base64 decode
|
// base64 decode
|
||||||
|
|
||||||
u8 tmp_buf[32];
|
u8 tmp_buf[33];
|
||||||
|
|
||||||
memset (tmp_buf, 0, sizeof (tmp_buf));
|
memset (tmp_buf, 0, sizeof (tmp_buf));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user