about summary refs log tree commit diff
path: root/afl-cmin
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-05 17:33:02 +0100
committervan Hauser <vh@thc.org>2020-02-05 17:33:02 +0100
commit1edc392194ee6fad60057dce4aa2c9b5e2099451 (patch)
tree66f4a701bec9442fe27f246f4ac2f0d418180735 /afl-cmin
parent599f78a4bd9657f28a9ab0baeb9c001dbbba49a9 (diff)
downloadafl++-1edc392194ee6fad60057dce4aa2c9b5e2099451.tar.gz
afl-showmap fix
Diffstat (limited to 'afl-cmin')
-rwxr-xr-xafl-cmin2
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-cmin b/afl-cmin
index 182376c9..f15e3cb4 100755
--- a/afl-cmin
+++ b/afl-cmin
@@ -397,7 +397,7 @@ BEGIN {
       system( "AFL_CMIN_ALLOW_ANY=1 \""showmap"\" -m "mem_limit" -t "timeout" -o \""trace_dir"/"fn"\" -Z "extra_par" -- \""target_bin"\" "prog_args_string" <\""in_dir"/"fn"\"")
     }
   } else {
-    printf "    Processing "in_count" files (forkserver mode)..."
+    printf "    Processing "in_count" files (forkserver mode)...\n"
     system( "AFL_CMIN_ALLOW_ANY=1 \""showmap"\" -m "mem_limit" -t "timeout" -o \""trace_dir"\" -Z "extra_par" -i \""in_dir"\" -- \""target_bin"\" "prog_args_string" </dev/null")
   }