about summary refs log tree commit diff
path: root/src/afl-fuzz-init.c
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2021-02-25 10:42:39 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2021-02-25 10:42:39 +0100
commit6c9777de13ebd9a8c1cd20c2124aff7e4e31d579 (patch)
tree0d943cce5d82a1a14fddde12c67f9ec62309ffeb /src/afl-fuzz-init.c
parent2f7e57f6aa4f09d0b6f55b6592fbd70d2c2c1064 (diff)
downloadafl++-6c9777de13ebd9a8c1cd20c2124aff7e4e31d579.tar.gz
edges in afl-plot
Diffstat (limited to 'src/afl-fuzz-init.c')
-rw-r--r--src/afl-fuzz-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c
index ab743f4b..d85a83e0 100644
--- a/src/afl-fuzz-init.c
+++ b/src/afl-fuzz-init.c
@@ -2026,7 +2026,7 @@ void setup_dirs_fds(afl_state_t *afl) {
   fprintf(afl->fsrv.plot_file,
           "# unix_time, cycles_done, cur_path, paths_total, "
           "pending_total, pending_favs, map_size, unique_crashes, "
-          "unique_hangs, max_depth, execs_per_sec, edges_found\n");
+          "unique_hangs, max_depth, execs_per_sec, total_execs, edges_found\n");
   fflush(afl->fsrv.plot_file);
 
   /* ignore errors */