diff options
author | hexcoder- <heiko@hexco.de> | 2019-10-19 16:19:46 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2019-10-19 16:19:46 +0200 |
commit | 8a786377196fbaafeecbca17fad66ea1e76c7de2 (patch) | |
tree | 1f8ccf4a15846a249a5bd9ec7222cbc9df197ae0 /src/afl-fuzz-bitmap.c | |
parent | 230c135d4e05d810397138f2b6eb1927955f8900 (diff) | |
download | afl++-8a786377196fbaafeecbca17fad66ea1e76c7de2.tar.gz |
add gcc_plugin to code formatter and run it
Diffstat (limited to 'src/afl-fuzz-bitmap.c')
-rw-r--r-- | src/afl-fuzz-bitmap.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/afl-fuzz-bitmap.c b/src/afl-fuzz-bitmap.c index 746fc982..d001dbee 100644 --- a/src/afl-fuzz-bitmap.c +++ b/src/afl-fuzz-bitmap.c @@ -683,10 +683,12 @@ u8 save_if_interesting(char** argv, void* mem, u32 len, u8 fault) { #endif /* ^!SIMPLE_FILES */ ++unique_crashes; - - if (infoexec) // if the user wants to be informed on new crashes - do that + + if (infoexec) // if the user wants to be informed on new crashes - do + // that if (system(infoexec) == -1) - hnb += 0; // we dont care if system errors, but we dont want a compiler warning either + hnb += 0; // we dont care if system errors, but we dont want a + // compiler warning either last_crash_time = get_cur_time(); last_crash_execs = total_execs; |