mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
remove debug output
This commit is contained in:
@ -70,7 +70,7 @@ int main(int argc, char **argv) {
|
|||||||
|
|
||||||
len = __AFL_FUZZ_TESTCASE_LEN; // do not use the macro directly in a call!
|
len = __AFL_FUZZ_TESTCASE_LEN; // do not use the macro directly in a call!
|
||||||
|
|
||||||
fprintf(stderr, "input: %zd \"%s\"\n", len, buf);
|
// fprintf(stderr, "input: %zd \"%s\"\n", len, buf);
|
||||||
|
|
||||||
/* do we have enough data? */
|
/* do we have enough data? */
|
||||||
if (len < 8) continue;
|
if (len < 8) continue;
|
||||||
|
Reference in New Issue
Block a user