comparison fuzz-harness.c @ 1373:9891bc31a1b3 fuzz

fuzzers disable logging by default
author Matt Johnston <matt@ucc.asn.au>
date Thu, 25 May 2017 00:12:07 +0800
parents b2f295125ed6
children 92c93b4a3646
comparison
equal deleted inserted replaced
1372:de1d895b1cae 1373:9891bc31a1b3
10 10
11 for (i = 1; i < argc; i++) { 11 for (i = 1; i < argc; i++) {
12 #if DEBUG_TRACE 12 #if DEBUG_TRACE
13 if (strcmp(argv[i], "-v") == 0) { 13 if (strcmp(argv[i], "-v") == 0) {
14 debug_trace = 1; 14 debug_trace = 1;
15 TRACE(("debug printing on"))
15 } 16 }
16 #endif 17 #endif
17 } 18 }
18 19
19 for (i = 1; i < argc; i++) { 20 for (i = 1; i < argc; i++) {