about summary refs log tree commit diff
path: root/test-instr.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-30 22:01:36 +0100
committervan Hauser <vh@thc.org>2019-12-30 22:01:36 +0100
commit878a80de7f5f4fb0733bd48c974b498c0010514e (patch)
tree97351114bfb4fd0d5a1fb8afdea5e08b5dd33afc /test-instr.c
parentf7e1397d989762eaf4375d2f79fde09d86e86f72 (diff)
downloadafl++-878a80de7f5f4fb0733bd48c974b498c0010514e.tar.gz
critical bugfix for afl-tmin
Diffstat (limited to 'test-instr.c')
-rw-r--r--test-instr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-instr.c b/test-instr.c
index 161bdb8e..0b58eec0 100644
--- a/test-instr.c
+++ b/test-instr.c
@@ -27,6 +27,7 @@ int main(int argc, char** argv) {
   if (argc > 1) {
 
     buf = argv[1];
+    printf("Input %s - ", buf);
 
   } else if (read(0, buf, sizeof(buf)) < 1) {