about summary refs log tree commit diff
path: root/docs/notes_for_asan.md
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-03-27 23:24:42 +0100
committerDominik Maier <domenukk@gmail.com>2020-03-27 23:24:42 +0100
commit5e389a0970736030d6db59d27593e3173df5e18c (patch)
tree904d367a964aa3cc638c63c2ac8948c42d588549 /docs/notes_for_asan.md
parent11414596077922dfccac6579df62d86bd7a758ef (diff)
parent7c76b7db04b7068c3b52f3a0eeaf19d468425e79 (diff)
downloadafl++-5e389a0970736030d6db59d27593e3173df5e18c.tar.gz
Less allocs
Diffstat (limited to 'docs/notes_for_asan.md')
-rw-r--r--docs/notes_for_asan.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/notes_for_asan.md b/docs/notes_for_asan.md
index b65873be..6a4806c0 100644
--- a/docs/notes_for_asan.md
+++ b/docs/notes_for_asan.md
@@ -29,7 +29,7 @@ Note that ASAN is incompatible with -static, so be mindful of that.
 (You can also use AFL_USE_MSAN=1 to enable MSAN instead.)
 
 NOTE: if you run several slaves only one should run the target compiled with
-ASAN (and UBSAN), the others should run the target with no sanitizers
+ASAN (and UBSAN, CFISAN), the others should run the target with no sanitizers
 compiled in.
 
 There is also the option of generating a corpus using a non-ASAN binary, and