add -F option to sync to foreign fuzzer queues

This commit is contained in:
van Hauser
2020-07-24 12:26:52 +02:00
parent aa3856261d
commit 9cddbc0420
9 changed files with 211 additions and 22 deletions

View File

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