mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 05:23:43 +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.
|
// 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;
|
int N = INT_MAX;
|
||||||
|
|
||||||
if (!in_afl && argc == 2 && !strcmp(argv[1], "-")) {
|
if (!in_afl && argc == 2 && !strcmp(argv[1], "-")) {
|
||||||
|
Reference in New Issue
Block a user