also add check for NULL pointers

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

@ -11144,6 +11144,8 @@ int main (int argc, char **argv)
if (hash_len < 1) continue;
if (hash_buf == NULL) continue;
if (username)
{
char *user_buf = NULL;

Loading…
Cancel
Save