mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 13:03:44 +00:00
delete unused
This commit is contained in:
committed by
GitHub
parent
e64c3f8653
commit
769ab17aac
@ -350,11 +350,6 @@ __attribute__((weak)) int LLVMFuzzerRunDriver(
|
||||
|
||||
// Do any other expensive one-time initialization here.
|
||||
|
||||
uint8_t dummy_input[64] = {0};
|
||||
memcpy(dummy_input, (void *)AFL_PERSISTENT, sizeof(AFL_PERSISTENT));
|
||||
memcpy(dummy_input + 32, (void *)AFL_DEFER_FORKSVR,
|
||||
sizeof(AFL_DEFER_FORKSVR));
|
||||
|
||||
int N = INT_MAX;
|
||||
|
||||
if (!in_afl && argc == 2 && !strcmp(argv[1], "-")) {
|
||||
|
Reference in New Issue
Block a user