diff options
author | van Hauser <vh@thc.org> | 2020-05-25 16:40:55 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-25 16:40:55 +0200 |
commit | 707145c491366825b5595eada29fbb2e87e800fd (patch) | |
tree | d18c72f88e2d69b171a71815d62e3dedf92b0270 /include/afl-fuzz.h | |
parent | 4c394a9d7b0477811531e8567dccb043a9c4a279 (diff) | |
download | afl++-707145c491366825b5595eada29fbb2e87e800fd.tar.gz |
persistent mode: shared memory test case transfer
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 6e74f824..32ae2a58 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -342,6 +342,7 @@ typedef struct afl_state { afl_forkserver_t fsrv; sharedmem_t shm; + sharedmem_t * shm_fuzz; afl_env_vars_t afl_env; char **argv; /* argv if needed */ |