diff options
author | van Hauser <vh@thc.org> | 2019-12-18 11:14:12 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-12-18 11:14:12 +0100 |
commit | 939721e2cbcf14f0f9577575c09e16be2ced25fe (patch) | |
tree | e32066cf400e512dbc05b4aa2cad4fcae7696c21 /src/afl-fuzz-bitmap.c | |
parent | 6226e384512bad86977377b2cece2b5bc0286aa3 (diff) | |
download | afl++-939721e2cbcf14f0f9577575c09e16be2ced25fe.tar.gz |
v2.59c release 2.59c
Diffstat (limited to 'src/afl-fuzz-bitmap.c')
-rw-r--r-- | src/afl-fuzz-bitmap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-fuzz-bitmap.c b/src/afl-fuzz-bitmap.c index 8f00611c..c1aeb9ac 100644 --- a/src/afl-fuzz-bitmap.c +++ b/src/afl-fuzz-bitmap.c @@ -685,13 +685,14 @@ u8 save_if_interesting(char** argv, void* mem, u32 len, u8 fault) { ++unique_crashes; if (infoexec) { // if the user wants to be informed on new crashes - do #if !TARGET_OS_IPHONE - // that + // that if (system(infoexec) == -1) hnb += 0; // we dont care if system errors, but we dont want a // compiler warning either #else WARNF("command execution unsupported"); #endif + } last_crash_time = get_cur_time(); |