added check for hash_len after calls to hlfmt_hash ()

pull/270/head
philsmd 8 years ago
parent 57f1a73f0d
commit 27ef5885f4

@ -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;

Loading…
Cancel
Save