Skip to content

Commit 6ed9b6d

Browse files
Merge pull request AFLplusplus#2308 from AFLplusplus/delete_initial_run
Delete initial call to LLVMFuzzerTestOneInput in aflpp driver
2 parents 1318636 + 6f018b3 commit 6ed9b6d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

utils/aflpp_driver/aflpp_driver.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,10 +392,6 @@ __attribute__((weak)) int LLVMFuzzerRunDriver(
392392

393393
__afl_manual_init();
394394

395-
// Call LLVMFuzzerTestOneInput here so that coverage caused by initialization
396-
// on the first execution of LLVMFuzzerTestOneInput is ignored.
397-
callback(dummy_input, 4);
398-
399395
__asan_poison_memory_region(__afl_fuzz_ptr, MAX_FILE);
400396
size_t prev_length = 0;
401397

0 commit comments

Comments
 (0)