mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
ensure one fuzzer sync per cycle, cycle introspection
This commit is contained in:
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user