* favor unfuzzed

* fix

* reinit table after a new fuzz
This commit is contained in:
van Hauser
2021-06-27 10:22:18 +02:00
committed by GitHub
parent 6a3877dcd3
commit 7038e56da3
4 changed files with 9 additions and 3 deletions

View File

@ -2862,6 +2862,7 @@ abandon_entry:
--afl->pending_not_fuzzed;
afl->queue_cur->was_fuzzed = 1;
afl->reinit_table = 1;
if (afl->queue_cur->favored) { --afl->pending_favored; }
}