little more speed for queue analysis

This commit is contained in:
van Hauser
2020-04-17 14:08:40 +02:00
parent ef1d384184
commit 6ee11c2a6f
5 changed files with 10 additions and 8 deletions

View File

@ -608,9 +608,10 @@ typedef struct afl_state {
u8 * ex_buf;
size_t ex_size;
/* this is a fixed buffer of size map_size that can be used by any function if they do not call another function */
u8 * map_tmp_buf;
size_t map_tmp_size;
size_t map_tmp_len;
} afl_state_t;
/* A global pointer to all instances is needed (for now) for signals to arrive