This commit is contained in:
Dongjia "toka" Zhang
2025-02-18 14:09:43 +01:00
committed by GitHub
parent 1318636ae7
commit 6f018b3d80

View File

@ -392,10 +392,6 @@ __attribute__((weak)) int LLVMFuzzerRunDriver(
__afl_manual_init();
// Call LLVMFuzzerTestOneInput here so that coverage caused by initialization
// on the first execution of LLVMFuzzerTestOneInput is ignored.
callback(dummy_input, 4);
__asan_poison_memory_region(__afl_fuzz_ptr, MAX_FILE);
size_t prev_length = 0;