1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Add suggested memset

This commit is contained in:
Chick3nman 2023-07-05 01:24:40 -05:00
parent 9b2aca0a38
commit 4c93eb4cc5

View File

@ -69,6 +69,8 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
hc_token_t token; hc_token_t token;
memset (&token, 0, sizeof (hc_token_t));
token.token_cnt = 4; token.token_cnt = 4;
token.signatures_cnt = 1; token.signatures_cnt = 1;