We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1318636 commit 6f018b3Copy full SHA for 6f018b3
utils/aflpp_driver/aflpp_driver.c
@@ -392,10 +392,6 @@ __attribute__((weak)) int LLVMFuzzerRunDriver(
392
393
__afl_manual_init();
394
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
-
399
__asan_poison_memory_region(__afl_fuzz_ptr, MAX_FILE);
400
size_t prev_length = 0;
401
0 commit comments