diff options
author | Joshua Rogers <jrogers@opera.com> | 2021-04-03 14:50:35 +0000 |
---|---|---|
committer | Joshua Rogers <jrogers@opera.com> | 2021-04-03 14:50:35 +0000 |
commit | afc4da47f78a24d5e441e3815e5b322d1b27fd56 (patch) | |
tree | c4f0b9f69f50d3c59e1733fadbc8a689ed638ee1 /docs/env_variables.md | |
parent | 6514e33ab6733dd4e7ae0d3eeec83db06b3f451f (diff) | |
download | afl++-afc4da47f78a24d5e441e3815e5b322d1b27fd56.tar.gz |
Fix typos,
Use symbolize=0 for LSAN, Remove syntactic sugar.
Diffstat (limited to 'docs/env_variables.md')
-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 85c2efd7..5f9233d7 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -639,7 +639,8 @@ optimal values if not already present in the environment: ``` exit_code=23 fast_unwind_on_malloc=0 -```` + symbolize=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 error, and we need a way to detect faults. |