about summary refs log tree commit diff
path: root/src/afl-fuzz-bitmap.c
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-12-19 14:35:37 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-12-19 14:35:37 +0100
commitd8fb4a8e19b1fde9ca4b3f84d5599be824f03ee9 (patch)
tree8cfac62fd408bc4dab75f0aec0461028805d38dc /src/afl-fuzz-bitmap.c
parent5e53d337dbfb15aef37a9f3243594d75fc4ffc25 (diff)
parentb91000fc9e2b86ffe96bef7a30d30b7e0f1f66fc (diff)
downloadafl++-d8fb4a8e19b1fde9ca4b3f84d5599be824f03ee9.tar.gz
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'src/afl-fuzz-bitmap.c')
-rw-r--r--src/afl-fuzz-bitmap.c3
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();