1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-21 23:58:07 +00:00

Initialize new dynamicx type in autodetect_hashmode_test()

This commit is contained in:
jsteube 2023-11-18 21:04:41 +00:00
parent d2d27cd35e
commit b906a145ca

View File

@ -1400,6 +1400,7 @@ bool autodetect_hashmode_test (hashcat_ctx_t *hashcat_ctx)
hashinfo_t *hash_info = (hashinfo_t *) hcmalloc (sizeof (hashinfo_t)); hashinfo_t *hash_info = (hashinfo_t *) hcmalloc (sizeof (hashinfo_t));
hash_info->dynamicx = (dynamicx_t *) hcmalloc (sizeof (dynamicx_t));
hash_info->user = (user_t *) hcmalloc (sizeof (user_t)); hash_info->user = (user_t *) hcmalloc (sizeof (user_t));
hash_info->orighash = (char *) hcmalloc (256); hash_info->orighash = (char *) hcmalloc (256);
hash_info->split = (split_t *) hcmalloc (sizeof (split_t)); hash_info->split = (split_t *) hcmalloc (sizeof (split_t));