diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-02-24 21:29:00 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-02-24 21:29:00 +0100 |
commit | 047f3436e95b40d541bcc5b688be0052ef5e798e (patch) | |
tree | 4bed8cf578edb777365c7440c078c15d7b235c46 /src/afl-fuzz-init.c | |
parent | c05d392cd9e769ad01397af7e7f8022200b8b985 (diff) | |
download | afl++-047f3436e95b40d541bcc5b688be0052ef5e798e.tar.gz |
edges in plot file
Diffstat (limited to 'src/afl-fuzz-init.c')
-rw-r--r-- | src/afl-fuzz-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c index e372c803..ab743f4b 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\n"); + "unique_hangs, max_depth, execs_per_sec, edges_found\n"); fflush(afl->fsrv.plot_file); /* ignore errors */ |