mirror of
https://github.com/hashcat/hashcat
synced 2024-11-13 17:28:58 +01:00
@philsmd suggestion (PR #152)
This commit is contained in:
parent
3abacf515c
commit
8674959a93
@ -10951,7 +10951,7 @@ int main (int argc, char **argv)
|
||||
{
|
||||
user_t **user = &hashes_buf[hashes_cnt].hash_info->user;
|
||||
|
||||
*user = (user_t *) malloc (sizeof (user_t));
|
||||
*user = (user_t *) mymalloc (sizeof (user_t));
|
||||
|
||||
user_t *user_ptr = *user;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user