diff options
author | van Hauser <vh@thc.org> | 2021-03-22 21:44:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 21:44:12 +0100 |
commit | e1d37a802b80a2ae61ed0841cda2f40748900e01 (patch) | |
tree | 0a707d97cf73314d56ba711a6f30ab93b7bb0310 | |
parent | 8868648f7623928c77e75e3e8d56770a52966332 (diff) | |
parent | 0f9dceff3df8fc537bcbfe3a24dc30f9f0fa67a2 (diff) | |
download | afl++-e1d37a802b80a2ae61ed0841cda2f40748900e01.tar.gz |
Merge pull request #836 from jtpereyda/doc-update-missing-crashes
add details to AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES doc
-rw-r--r-- | docs/env_variables.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 96fd520f..7eb973e5 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -425,7 +425,8 @@ checks or alter some of the more exotic semantics of the tool: no valid terminal was detected (for virtual consoles) - If you are Jakub, you may need `AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES`. - Others need not apply. + Others need not apply, unless they also want to disable the + /proc/sys/kernel/core_pattern check. - Benchmarking only: `AFL_BENCH_JUST_ONE` causes the fuzzer to exit after processing the first queue entry; and `AFL_BENCH_UNTIL_CRASH` causes it to |