about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-04-17 13:15:24 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-17 13:15:24 +0200
commit8ecfbcdf3457ca4337dc6a0f45def33582f51a7f (patch)
treebc95eb9449952dae7c62fc3a76edf52d59925c8c /include/afl-fuzz.h
parent263daaacafae423828d458c59817c5b96e4fd399 (diff)
downloadafl++-8ecfbcdf3457ca4337dc6a0f45def33582f51a7f.tar.gz
removed tmp alloc in queue
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index f6912aea..fbf3aa2d 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -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