diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-15 10:43:18 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-15 10:43:18 +0200 |
commit | 61a918f820da0d4c6285e8a9fe32fe2ab4c08510 (patch) | |
tree | 1fa1b64389be49715961fda79cbc1de6db925048 /src | |
parent | ab0f13ed068a7ef47cc84e6871428e1812382688 (diff) | |
download | afl++-61a918f820da0d4c6285e8a9fe32fe2ab4c08510.tar.gz |
remove duplicate plot file write
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-fuzz.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index d9bf2b28..a61a817a 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -2125,7 +2125,6 @@ int main(int argc, char **argv_orig, char **envp) { } write_bitmap(afl); - maybe_update_plot_file(afl, 0, 0, 0); save_auto(afl); stop_fuzzing: |