This commit is contained in:
vanhauser-thc
2024-05-17 23:55:43 +02:00
parent c6a2a4046e
commit 56d5aa3101
2 changed files with 7 additions and 0 deletions

View File

@ -2593,6 +2593,7 @@ int main(int argc, char **argv_orig, char **envp) {
}
sync_fuzzers(afl);
}
++afl->queue_cycle;
@ -3107,3 +3108,4 @@ stop_fuzzing:
}
#endif /* !AFL_LIB */