diff options
author | vanhauser-thc <vh@thc.org> | 2023-01-18 14:56:26 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-01-18 14:56:26 +0100 |
commit | 8fe5e29104fc514551bbc926c5142dac68562b43 (patch) | |
tree | a1003e19a4d04ba7fa4cf1e587f4c9f6e8bf5802 /include/afl-fuzz.h | |
parent | 22f757a169d3da3081306c0f861ef99a509073fe (diff) | |
download | afl++-8fe5e29104fc514551bbc926c5142dac68562b43.tar.gz |
ignore timeout env option
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 edef9207..69fea579 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -398,7 +398,7 @@ typedef struct afl_env_vars { afl_cycle_schedules, afl_expand_havoc, afl_statsd, afl_cmplog_only_new, afl_exit_on_seed_issues, afl_try_affinity, afl_ignore_problems, afl_keep_timeouts, afl_pizza_mode, afl_no_crash_readme, - afl_no_startup_calibration; + afl_ignore_timeouts, afl_no_startup_calibration; u8 *afl_tmpdir, *afl_custom_mutator_library, *afl_python_module, *afl_path, *afl_hang_tmout, *afl_forksrv_init_tmout, *afl_preload, |