about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-16 13:19:36 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-16 13:19:36 +0100
commit8acd503526eda9d8c87374d8cf570aeac54ced73 (patch)
treeee7ddf089545f8807530abf4bee96d16bc6e5380 /docs/env_variables.md
parent4bca8af499a6ecbd2c6111f4820b66c2ba4710b5 (diff)
parent4d7f39f819b97c9985750331f12b576222cb12e2 (diff)
downloadafl++-8acd503526eda9d8c87374d8cf570aeac54ced73.tar.gz
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md5
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