diff options
| author | van Hauser <vh@thc.org> | 2022-10-24 20:46:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-24 20:46:31 +0200 |
| commit | a075cddef6ae71516a960116f3d944efd5671e5d (patch) | |
| tree | 724dd6978ebb10f52c4bdda86eb44a5494b33409 /include/afl-fuzz.h | |
| parent | d1e1bbc713b22d620956143634ecdf97223aa59f (diff) | |
| parent | 05e0825d66d938308842c25c4c74b5cdd4a885eb (diff) | |
| download | afl++-a075cddef6ae71516a960116f3d944efd5671e5d.tar.gz | |
Merge pull request #1561 from AFLplusplus/dev
push to stable
Diffstat (limited to 'include/afl-fuzz.h')
| -rw-r--r-- | include/afl-fuzz.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 23c20cc4..c8ca8e9b 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -393,8 +393,8 @@ typedef struct afl_env_vars { *afl_hang_tmout, *afl_forksrv_init_tmout, *afl_preload, *afl_max_det_extras, *afl_statsd_host, *afl_statsd_port, *afl_crash_exitcode, *afl_statsd_tags_flavor, *afl_testcache_size, - *afl_testcache_entries, *afl_kill_signal, *afl_target_env, - *afl_persistent_record, *afl_exit_on_time; + *afl_testcache_entries, *afl_child_kill_signal, *afl_fsrv_kill_signal, + *afl_target_env, *afl_persistent_record, *afl_exit_on_time; } afl_env_vars_t; |
