diff options
author | van Hauser <vh@thc.org> | 2024-05-14 12:48:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 12:48:16 +0200 |
commit | 81609a0f42e9ad688a62033255fa9ba92e7dd08b (patch) | |
tree | a14b10ebbbe747b120c7c633c74dfe3d7e2d7cd9 /include | |
parent | 938edab25f97a4bfddc2d7cbc6de79a11f455802 (diff) | |
parent | 5ee5564ae2981f83c76d42d2c6abd9ce88bc7a17 (diff) | |
download | afl++-81609a0f42e9ad688a62033255fa9ba92e7dd08b.tar.gz |
Merge pull request #2089 from nj00001/dev
Fix afl-fuzz -G option not configuring maximum input data size for nyx
Diffstat (limited to 'include')
-rw-r--r-- | include/forkserver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/forkserver.h b/include/forkserver.h index 68907376..593e34a2 100644 --- a/include/forkserver.h +++ b/include/forkserver.h @@ -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 */ |