diff --git a/src/oclHashcat.c b/src/oclHashcat.c index 990ac90f8..292df88e2 100644 --- a/src/oclHashcat.c +++ b/src/oclHashcat.c @@ -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;