1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 12:29:35 +00:00
This commit is contained in:
Jens Steube 2016-01-19 20:54:38 +01:00
commit c2f4e1cc5d

View File

@ -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));