diff options
author | hexcoder- <heiko@hexco.de> | 2020-02-16 10:44:53 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-02-16 10:44:53 +0100 |
commit | 37f865ab244e32c2f9307014eb4da0d5561a45bd (patch) | |
tree | f608ac28ee5247d88b4dd1e1c38a38ae9791977a /docs/env_variables.md | |
parent | b133fa3b6e18d46e53fddba10f09097c9bef6868 (diff) | |
download | afl++-37f865ab244e32c2f9307014eb4da0d5561a45bd.tar.gz |
fix UBSAN handling, update docs
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index ebfe12c2..f2642e56 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -25,9 +25,8 @@ tools make fairly broad use of environmental variables: - see [notes_for_asan.md](notes_for_asan.md). (You can also enable MSAN via AFL_USE_MSAN; ASAN and MSAN come with the - same gotchas; the modes are mutually exclusive. UBSAN and other exotic - sanitizers are not officially supported yet, but are easy to get to work - by hand.) + same gotchas; the modes are mutually exclusive. UBSAN can be enabled + similarly by setting the environment variable AFL_USE_UBSAN=1) - Setting AFL_CC, AFL_CXX, and AFL_AS lets you use alternate downstream compilation tools, rather than the default 'clang', 'gcc', or 'as' binaries |