removed tmp alloc in queue

This commit is contained in:
Dominik Maier
2020-04-17 13:15:24 +02:00
parent 263daaacaf
commit 8ecfbcdf34
2 changed files with 4 additions and 3 deletions

View File

@ -608,6 +608,9 @@ typedef struct afl_state {
u8 * ex_buf;
size_t ex_size;
u8 * map_tmp_buf;
size_t map_tmp_size;
} afl_state_t;
/* A global pointer to all instances is needed (for now) for signals to arrive