diff options
author | van Hauser <vh@thc.org> | 2020-03-21 17:42:00 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-21 17:42:00 +0100 |
commit | dcd9cd638b186909d86ec3c3c27fdb0ceadd0a04 (patch) | |
tree | e5b725095b2202a403caa6e93031125b87a0c4c0 /src/afl-fuzz-init.c | |
parent | 350530f664125c355ac56f759ae26dd602ade06e (diff) | |
download | afl++-dcd9cd638b186909d86ec3c3c27fdb0ceadd0a04.tar.gz |
fix stat display
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 4d68ee78..e12b1e07 100644 --- a/src/afl-fuzz-init.c +++ b/src/afl-fuzz-init.c @@ -1054,7 +1054,7 @@ static void handle_existing_out_dir(afl_state_t *afl) { /* Let's see how much work is at stake. */ - if (!afl->in_place_resume && + if (!afl->in_place_resume && last_update > start_time2 && last_update - start_time2 > OUTPUT_GRACE * 60) { SAYF("\n" cLRD "[-] " cRST |