diff options
author | van Hauser <vh@thc.org> | 2020-07-24 12:26:52 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-24 12:26:52 +0200 |
commit | 9cddbc04206bd8d1399e5a5311c98fff5be80731 (patch) | |
tree | 7578d6b88d93237119e929055aac69e8b452d8be /src/afl-fuzz-run.c | |
parent | aa3856261d90d996a298704f1d3706ef1c6787cd (diff) | |
download | afl++-9cddbc04206bd8d1399e5a5311c98fff5be80731.tar.gz |
add -F option to sync to foreign fuzzer queues
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 2a1664e2..6e3be72b 100644 --- a/src/afl-fuzz-run.c +++ b/src/afl-fuzz-run.c @@ -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 |