minimum sync time

This commit is contained in:
vanhauser-thc
2021-02-22 16:56:35 +01:00
parent 70fe872940
commit fb2a6b6941
5 changed files with 21 additions and 3 deletions

View File

@ -707,6 +707,8 @@ void sync_fuzzers(afl_state_t *afl) {
if (afl->foreign_sync_cnt) read_foreign_testcases(afl, 0);
afl->last_sync_time = get_cur_time();
}
/* Trim all new test cases to save cycles when doing deterministic checks. The