skip crashes but keep for splices

This commit is contained in:
van Hauser
2020-09-05 16:16:56 +02:00
parent 2508922288
commit ded4d093ff
3 changed files with 36 additions and 6 deletions

View File

@ -1282,6 +1282,9 @@ int main(int argc, char **argv_orig, char **envp) {
cull_queue(afl);
if (!afl->pending_not_fuzzed)
FATAL("We need at least on valid input seed that does not crash!");
show_init_stats(afl);
seek_to = find_start_position(afl);