mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-24 07:28:10 +00:00
Fix function pointer can be NULL
This commit is contained in:
parent
c507a649f0
commit
f374da11e3
@ -540,7 +540,7 @@ bool module_potfile_custom_check (MAYBE_UNUSED const hashconfig_t *hashconfig, M
|
||||
}
|
||||
else
|
||||
{
|
||||
m02500_aux = NULL;
|
||||
return false;
|
||||
}
|
||||
|
||||
m02500_aux
|
||||
|
@ -515,7 +515,7 @@ bool module_potfile_custom_check (MAYBE_UNUSED const hashconfig_t *hashconfig, M
|
||||
}
|
||||
else
|
||||
{
|
||||
m02501_aux = NULL;
|
||||
return false;
|
||||
}
|
||||
|
||||
m02501_aux
|
||||
|
Loading…
Reference in New Issue
Block a user