about summary refs log tree commit diff
path: root/src/afl-fuzz-stats.c
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-03-20 17:32:42 +0100
committerhexcoder- <heiko@hexco.de>2020-03-20 17:32:42 +0100
commitc63956b8ec1036582a58587ef928555b25027657 (patch)
treeb3f14494fabb1e23978ad3ec70f6f2bb4c8be2c9 /src/afl-fuzz-stats.c
parent69657972866f43276d0786b7b7365687d409779b (diff)
parent5a74cffa0f22b4e3b3dbc829dfb1c8f7c7a6fb76 (diff)
downloadafl++-c63956b8ec1036582a58587ef928555b25027657.tar.gz
Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into dev
Diffstat (limited to 'src/afl-fuzz-stats.c')
-rw-r--r--src/afl-fuzz-stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c
index b6e64841..34fdea25 100644
--- a/src/afl-fuzz-stats.c
+++ b/src/afl-fuzz-stats.c
@@ -105,7 +105,7 @@ void write_stats_file(afl_state_t *afl, double bitmap_cvg, double stability,
       afl->start_time / 1000, cur_time / 1000,
       (cur_time - afl->start_time) / 1000, getpid(),
       afl->queue_cycle ? (afl->queue_cycle - 1) : 0, afl->cycles_wo_finds,
-      afl->total_execs, /*eps,*/
+      afl->total_execs,
       afl->total_execs / ((double)(get_cur_time() - afl->start_time) / 1000),
       afl->queued_paths, afl->queued_favored, afl->queued_discovered,
       afl->queued_imported, afl->max_depth, afl->current_entry,