about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-04-15 10:43:18 +0200
committervanhauser-thc <vh@thc.org>2021-04-15 10:43:18 +0200
commit61a918f820da0d4c6285e8a9fe32fe2ab4c08510 (patch)
tree1fa1b64389be49715961fda79cbc1de6db925048 /src/afl-fuzz.c
parentab0f13ed068a7ef47cc84e6871428e1812382688 (diff)
downloadafl++-61a918f820da0d4c6285e8a9fe32fe2ab4c08510.tar.gz
remove duplicate plot file write
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c1
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: