diff options
author | van Hauser <vh@thc.org> | 2024-04-26 16:17:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 16:17:41 +0200 |
commit | ad0d0c77fb313e6edfee111fecf2bcd16d8f915e (patch) | |
tree | d14359defab2ebe64d7536d7de8c4f63cb7105e9 /src/afl-fuzz-run.c | |
parent | 1d17210d9fb0eb37ba866a3697643a9e4f37acd5 (diff) | |
parent | 2c3f761ede22c132277a855f2219b85a34c6048a (diff) | |
download | afl++-ad0d0c77fb313e6edfee111fecf2bcd16d8f915e.tar.gz |
Merge pull request #2071 from AFLplusplus/dev
Push to stable
Diffstat (limited to 'src/afl-fuzz-run.c')
-rw-r--r-- | src/afl-fuzz-run.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/afl-fuzz-run.c b/src/afl-fuzz-run.c index edcddc8e..ab96c778 100644 --- a/src/afl-fuzz-run.c +++ b/src/afl-fuzz-run.c @@ -5,7 +5,7 @@ Originally written by Michal Zalewski Now maintained by Marc Heuse <mh@mh-sec.de>, - Heiko Eißfeldt <heiko.eissfeldt@hexco.de> and + Heiko Eissfeldt <heiko.eissfeldt@hexco.de> and Andrea Fioraldi <andreafioraldi@gmail.com> and Dominik Maier <mail@dmnk.co> @@ -829,8 +829,7 @@ void sync_fuzzers(afl_state_t *afl) { if (afl->stop_soon) { goto close_sync; } afl->syncing_party = sd_ent->d_name; - afl->queued_imported += - save_if_interesting(afl, mem, new_len, fault); + afl->queued_imported += save_if_interesting(afl, mem, new_len, fault); afl->syncing_party = 0; munmap(mem, st.st_size); |