Keep a backup of max_length in the afl_forkserver_t structure

This commit is contained in:
nj00001 2024-05-14 18:23:53 +08:00 committed by GitHub
parent 0892a2245e
commit 831b8f35d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,6 +188,8 @@ typedef struct afl_forkserver {
u8 persistent_mode;
u32 max_length;
#ifdef __linux__
nyx_plugin_handler_t *nyx_handlers;
char *out_dir_path; /* path to the output directory */