mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
stack 2 heap
This commit is contained in:
@ -810,7 +810,7 @@ void perform_dry_run(afl_state_t *afl) {
|
|||||||
|
|
||||||
while (q) {
|
while (q) {
|
||||||
|
|
||||||
u8 use_mem[MAX_FILE];
|
u8 *use_mem = afl_realloc(AFL_BUF_PARAM(in), MAX_FILE);
|
||||||
u8 res;
|
u8 res;
|
||||||
s32 fd;
|
s32 fd;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user