diff options
author | van Hauser <vh@thc.org> | 2024-05-17 23:55:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-17 23:55:55 +0200 |
commit | e7d871c8bf64962a658e447b90a1a3b43aaddc28 (patch) | |
tree | 7aec2a095a30ed609ce96f85ec3c4e0a8b8eb74c /src/afl-fuzz.c | |
parent | 497f341eac230fab13d6b5c5153c36321371b180 (diff) | |
parent | 56d5aa3101945e81519a3fac8783d0d8fad82779 (diff) | |
download | afl++-e7d871c8bf64962a658e447b90a1a3b43aaddc28.tar.gz |
Merge pull request #2093 from AFLplusplus/dev
push to stable
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 1f0037ba..70ab983c 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -1806,7 +1806,7 @@ int main(int argc, char **argv_orig, char **envp) { afl->fsrv.use_fauxsrv = afl->non_instrumented_mode == 1 || afl->no_forkserver; afl->fsrv.max_length = afl->max_length; - + #ifdef __linux__ if (!afl->fsrv.nyx_mode) { @@ -2594,13 +2594,6 @@ int main(int argc, char **argv_orig, char **envp) { sync_fuzzers(afl); - if (!afl->queue_cycle && afl->afl_env.afl_import_first) { - - // real start time, we reset, so this works correctly with -V - afl->start_time = get_cur_time(); - - } - } ++afl->queue_cycle; |