mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-27 18:32:36 +00: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_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;
|
user_t *user_ptr = *user;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user