@philsmd suggestion (PR #152)
authorGabriele 'matrix' Gristina <gm4tr1x@users.noreply.github.com>
Sun, 24 Jan 2016 13:33:19 +0000 (14:33 +0100)
committerGabriele 'matrix' Gristina <gm4tr1x@users.noreply.github.com>
Sun, 24 Jan 2016 13:33:19 +0000 (14:33 +0100)
src/oclHashcat.c

index 7f56853..06ec777 100644 (file)
@@ -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;