diff options
author | vanhauser-thc <vh@thc.org> | 2021-05-25 09:22:50 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-05-25 09:22:50 +0200 |
commit | 8e75adfee5574d6d0dd7fd73e9c0899f3162c964 (patch) | |
tree | f94dd4a28d6a315c810f594533c5ce780922bd5f /docs/env_variables.md | |
parent | 109383f43830010c36b704c682ee537e6474d25a (diff) | |
download | afl++-8e75adfee5574d6d0dd7fd73e9c0899f3162c964.tar.gz |
AFL_SKIP_CRASHES is obsolete since 3.0
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index def1e297..442b0dd0 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -315,11 +315,6 @@ checks or alter some of the more exotic semantics of the tool: - Setting `AFL_NO_AUTODICT` will not load an LTO generated auto dictionary that is compiled into the target. - - `AFL_SKIP_CRASHES` causes AFL++ to tolerate crashing files in the input - queue. This can help with rare situations where a program crashes only - intermittently, but it's not really recommended under normal operating - conditions. - - Setting `AFL_HANG_TMOUT` allows you to specify a different timeout for deciding if a particular test case is a "hang". The default is 1 second or the value of the `-t` parameter, whichever is larger. Dialing the value |