From e8b576fb9f92119437b018c50eef5121c5e1d997 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Wed, 20 Nov 2019 13:36:07 +0000 Subject: the plot data does not generate proper gnuplot data when killed or for a defined amount of time. --- src/afl-fuzz.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/afl-fuzz.c') diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 9b5d6a1c..42bdaebd 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -838,6 +838,7 @@ int main(int argc, char** argv) { seek_to = find_start_position(); write_stats_file(0, 0, 0); + maybe_update_plot_file(0, 0); save_auto(); if (stop_soon) goto stop_fuzzing; @@ -970,6 +971,7 @@ int main(int argc, char** argv) { write_bitmap(); write_stats_file(0, 0, 0); + maybe_update_plot_file(0, 0); save_auto(); stop_fuzzing: -- cgit 1.4.1