correct map size for small targets

This commit is contained in:
vanhauser-thc
2021-06-16 15:33:03 +02:00
parent c46f8c1f70
commit 35153e9b49
6 changed files with 17 additions and 22 deletions

View File

@ -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) */