* 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

@ -2154,7 +2154,8 @@ int main(int argc, char **argv_orig, char **envp) {
if (likely(!afl->old_seed_selection)) {
if (unlikely(prev_queued_paths < afl->queued_paths)) {
if (unlikely(prev_queued_paths < afl->queued_paths ||
afl->reinit_table)) {
// we have new queue entries since the last run, recreate alias table
prev_queued_paths = afl->queued_paths;