about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2024-04-09 09:04:53 +0200
committerGitHub <noreply@github.com>2024-04-09 09:04:53 +0200
commiteeae114b7634c960c9a362767637ce73df8c4e20 (patch)
tree61291b01460ecd906db966128f1d212a5311a65d /src/afl-fuzz.c
parent29544e4d2bf24859030823a4b6a13df00928f7e1 (diff)
parent48a862c503483f64db713fd6a0392148b5584ca4 (diff)
downloadafl++-eeae114b7634c960c9a362767637ce73df8c4e20.tar.gz
Merge pull request #2034 from fbeqv/add_effective_fuzzing_time_tracker
Adds stats tracking for time spend actually mutating & running test i…
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 99491628..102809cd 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -3099,4 +3099,3 @@ stop_fuzzing:
 }
 
 #endif                                                          /* !AFL_LIB */
-