File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -262,14 +262,14 @@ int main(int argc, char **argv) {
262
262
263
263
assert (N > 0 );
264
264
265
- // Call LLVMFuzzerTestOneInput here so that coverage caused by initialization
266
- // on the first execution of LLVMFuzzerTestOneInput is ignored.
267
- uint8_t dummy_input[1 ] = {0 };
268
- LLVMFuzzerTestOneInput (dummy_input, 1 );
269
-
270
265
// if (!getenv("AFL_DRIVER_DONT_DEFER"))
271
266
__afl_manual_init ();
272
267
268
+ // Call LLVMFuzzerTestOneInput here so that coverage caused by initialization
269
+ // on the first execution of LLVMFuzzerTestOneInput is ignored.
270
+ // uint8_t dummy_input[1] = {0};
271
+ // LLVMFuzzerTestOneInput(dummy_input, 1);
272
+
273
273
int num_runs = 0 ;
274
274
while (__afl_persistent_loop (N)) {
275
275
if (__afl_fuzz_len) {
You can’t perform that action at this time.
0 commit comments