diff options
author | van Hauser <vh@thc.org> | 2024-04-09 09:04:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 09:04:53 +0200 |
commit | eeae114b7634c960c9a362767637ce73df8c4e20 (patch) | |
tree | 61291b01460ecd906db966128f1d212a5311a65d /src/afl-fuzz.c | |
parent | 29544e4d2bf24859030823a4b6a13df00928f7e1 (diff) | |
parent | 48a862c503483f64db713fd6a0392148b5584ca4 (diff) | |
download | afl++-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.c | 1 |
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 */ - |