ensure one fuzzer sync per cycle, cycle introspection

This commit is contained in:
vanhauser-thc
2021-03-27 12:53:09 +01:00
parent 5ee2dd6bbd
commit 7ca51fab19
4 changed files with 18 additions and 7 deletions

View File

@ -712,6 +712,7 @@ void sync_fuzzers(afl_state_t *afl) {
if (afl->foreign_sync_cnt) read_foreign_testcases(afl, 0);
afl->last_sync_time = get_cur_time();
afl->last_sync_cycle = afl->queue_cycle;
}