diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-22 16:56:35 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-22 16:56:35 +0100 |
commit | fb2a6b6941ffb6cf575d2a772c6e0d47b49835ee (patch) | |
tree | fe248c89f032d65f7952cfcaa24e5d4222d2df70 /src/afl-fuzz-run.c | |
parent | 70fe872940b9815698b4317bdde33da1dae27923 (diff) | |
download | afl++-fb2a6b6941ffb6cf575d2a772c6e0d47b49835ee.tar.gz |
minimum sync time
Diffstat (limited to 'src/afl-fuzz-run.c')
-rw-r--r-- | src/afl-fuzz-run.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afl-fuzz-run.c b/src/afl-fuzz-run.c index 97cb7415..0b84a542 100644 --- a/src/afl-fuzz-run.c +++ b/src/afl-fuzz-run.c @@ -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 |