diff options
author | Edznux <edznux@gmail.com> | 2020-10-05 22:01:50 +0200 |
---|---|---|
committer | Edznux <edznux@gmail.com> | 2020-10-05 22:01:50 +0200 |
commit | 2bf3a70e2b5cd0961cb5b1d525f3fd58c4408ba5 (patch) | |
tree | fe197e9032f28e41648a45372c20e82dc10b36c6 /include/afl-fuzz.h | |
parent | 9b112fde1a7d776b07f0cb656d11c6151902d2c3 (diff) | |
download | afl++-2bf3a70e2b5cd0961cb5b1d525f3fd58c4408ba5.tar.gz |
Correctly handle env var.
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 75dfc4e5..d79920bd 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -359,7 +359,7 @@ typedef struct afl_env_vars { u8 *afl_tmpdir, *afl_custom_mutator_library, *afl_python_module, *afl_path, *afl_hang_tmout, *afl_forksrv_init_tmout, *afl_skip_crashes, *afl_preload, - *afl_max_det_extras; + *afl_max_det_extras, *afl_statsd_host, *afl_statsd_port; } afl_env_vars_t; |