mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
hopeful finally change for libfuzzer driver
This commit is contained in:
@ -267,8 +267,8 @@ int main(int argc, char **argv) {
|
|||||||
|
|
||||||
// Call LLVMFuzzerTestOneInput here so that coverage caused by initialization
|
// Call LLVMFuzzerTestOneInput here so that coverage caused by initialization
|
||||||
// on the first execution of LLVMFuzzerTestOneInput is ignored.
|
// on the first execution of LLVMFuzzerTestOneInput is ignored.
|
||||||
//uint8_t dummy_input[1] = {0};
|
uint8_t dummy_input[1] = {0};
|
||||||
//LLVMFuzzerTestOneInput(dummy_input, 1);
|
LLVMFuzzerTestOneInput(dummy_input, 1);
|
||||||
|
|
||||||
int num_runs = 0;
|
int num_runs = 0;
|
||||||
while (__afl_persistent_loop(N)) {
|
while (__afl_persistent_loop(N)) {
|
||||||
|
Reference in New Issue
Block a user