about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-17 01:40:27 +0100
committervanhauser-thc <vh@thc.org>2021-03-17 01:40:27 +0100
commitdda4757b358d1d28d5e48028ea22023c3977d706 (patch)
tree1254065ca8bd0092075ebd5d5d6e2bfed79c6dce /src
parentc6f1c56c15801662eef7b0b19e42287ddb3b97a7 (diff)
downloadafl++-dda4757b358d1d28d5e48028ea22023c3977d706.tar.gz
debug
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 6c170632..2fde561c 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -1633,8 +1633,10 @@ int main(int argc, char **argv_orig, char **envp) {
 
   }
 
+  if (afl->debug) {
   printf("NORMAL %u, CMPLOG %u\n", afl->fsrv.map_size, afl->cmplog_fsrv.map_size);
   fprintf(stderr, "NORMAL %u, CMPLOG %u\n", afl->fsrv.map_size, afl->cmplog_fsrv.map_size);
+  }
 
   load_auto(afl);