stack 2 heap

This commit is contained in:
van Hauser 2021-01-22 21:10:23 +01:00
parent 1c19804834
commit 258ae1632a

View File

@ -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;