mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
fix aflfast changes
This commit is contained in:
@ -7,7 +7,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size);
|
||||
__attribute__((weak)) int LLVMFuzzerInitialize(int *argc, char ***argv);
|
||||
|
||||
#define kMaxAflInputSize (1 * 1024 * 1024);
|
||||
static uint8_t AflInputBuf[kMaxAflInputSize];
|
||||
static uint8_t AflInputBuf[kMaxAflInputSize];
|
||||
|
||||
void __attribute__((noinline)) afl_qemu_driver_stdin_input(void) {
|
||||
|
||||
|
Reference in New Issue
Block a user