diff fuzz-harness.c @ 1740:dfbe947bdf0d fuzz

Make wrapfd share a common buffer for all FDs
author Matt Johnston <matt@ucc.asn.au>
date Thu, 15 Oct 2020 22:46:24 +0800
parents bff41a61a1b6
children d1b279aa5ed1
line wrap: on
line diff
--- a/fuzz-harness.c	Thu Oct 15 19:55:15 2020 +0800
+++ b/fuzz-harness.c	Thu Oct 15 22:46:24 2020 +0800
@@ -9,7 +9,6 @@
     buffer *input = buf_new(100000);
 
     for (i = 1; i < argc; i++) {
-        printf("arg %s\n", argv[i]);
 #if DEBUG_TRACE
         if (strcmp(argv[i], "-v") == 0) {
             debug_trace = 1;