diff options
author | Joshua Rogers <jrogers@opera.com> | 2021-04-04 12:45:52 +0000 |
---|---|---|
committer | Joshua Rogers <jrogers@opera.com> | 2021-04-04 12:45:52 +0000 |
commit | 99819cf5d1cbc262810f26098a5796c9d1262bc5 (patch) | |
tree | 09d0a1fb5298ae2efd0bd2d29d1643a4d3aa6a3d /docs/env_variables.md | |
parent | fee74700836c3694c2037c1e708846150e52d5bd (diff) | |
download | afl++-99819cf5d1cbc262810f26098a5796c9d1262bc5.tar.gz |
Move definition of __AFL_LEAK_CHECK inside ifguards,
use LSAN_OPTIONS=print_suppressions=0
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 5f9233d7..83bc487f 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -640,6 +640,7 @@ optimal values if not already present in the environment: exit_code=23 fast_unwind_on_malloc=0 symbolize=0 + print_suppressions=0 ``` Be sure to include the first ones for LSAN and MSAN when customizing anything, since some MSAN and LSAN versions don't call `abort()` on |