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 adcffce commit 1d15048Copy full SHA for 1d15048
examples/aflpp_driver/aflpp_driver.cpp
@@ -267,8 +267,8 @@ int main(int argc, char **argv) {
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);
+ uint8_t dummy_input[1] = {0};
+ LLVMFuzzerTestOneInput(dummy_input, 1);
272
273
int num_runs = 0;
274
while (__afl_persistent_loop(N)) {
0 commit comments