mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
stack 2 heap
This commit is contained in:
parent
1c19804834
commit
258ae1632a
@ -810,7 +810,7 @@ void perform_dry_run(afl_state_t *afl) {
|
||||
|
||||
while (q) {
|
||||
|
||||
u8 use_mem[MAX_FILE];
|
||||
u8 *use_mem = afl_realloc(AFL_BUF_PARAM(in), MAX_FILE);
|
||||
u8 res;
|
||||
s32 fd;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user