about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-06-16 15:33:03 +0200
committervanhauser-thc <vh@thc.org>2021-06-16 15:33:03 +0200
commit35153e9b495e3f61c032a3d911e4906fed0b50d6 (patch)
treef23ca6d52ccdccb2bdf82570b936e8686099e27d /include
parentc46f8c1f70918056e95c801b1a81f11c79304b05 (diff)
downloadafl++-35153e9b495e3f61c032a3d911e4906fed0b50d6.tar.gz
correct map size for small targets
Diffstat (limited to 'include')
-rw-r--r--include/forkserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/forkserver.h b/include/forkserver.h
index 2baa6f0a..c6f7de00 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -54,6 +54,7 @@ typedef struct afl_forkserver {
   u32 exec_tmout;                       /* Configurable exec timeout (ms)   */
   u32 init_tmout;                       /* Configurable init timeout (ms)   */
   u32 map_size;                         /* map size used by the target      */
+  u32 real_map_size;                    /* real map size, unaligned         */
   u32 snapshot;                         /* is snapshot feature used         */
   u64 mem_limit;                        /* Memory cap for child (MB)        */