added check for hash_len after calls to hlfmt_hash ()
This commit is contained in:
@@ -11142,6 +11142,8 @@ int main (int argc, char **argv)
|
||||
|
||||
hlfmt_hash (hashlist_format, line_buf, line_len, &hash_buf, &hash_len);
|
||||
|
||||
if (hash_len < 1) continue;
|
||||
|
||||
if (username)
|
||||
{
|
||||
char *user_buf = NULL;
|
||||
|
||||
Reference in New Issue
Block a user