about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-17 01:25:21 +0100
committervanhauser-thc <vh@thc.org>2021-03-17 01:25:21 +0100
commit413807db01b642a2ad4c70e94517d74c11ace91c (patch)
treee0bc6d7f634a5aab9a115ae88da692e51b39e458 /src/afl-fuzz.c
parentf59ef29c267c8500cc07115b10355c82dd770064 (diff)
downloadafl++-413807db01b642a2ad4c70e94517d74c11ace91c.tar.gz
lto test
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 12642557..6c170632 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -1633,6 +1633,7 @@ int main(int argc, char **argv_orig, char **envp) {
 
   }
 
+  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);