diff options
author | van Hauser <vh@thc.org> | 2020-03-23 12:06:43 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-23 12:06:43 +0100 |
commit | 39208eeb9a36c5fac1d800ce9def0d464d3b81b1 (patch) | |
tree | e1034f1bc829ae1396a7b77edb54fb1c7bb2ea88 /docs/notes_for_asan.md | |
parent | f32d1022bd3e92551f523941f82525cf37389949 (diff) | |
download | afl++-39208eeb9a36c5fac1d800ce9def0d464d3b81b1.tar.gz |
typo
Diffstat (limited to 'docs/notes_for_asan.md')
-rw-r--r-- | docs/notes_for_asan.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/notes_for_asan.md b/docs/notes_for_asan.md index a52d3de4..b65873be 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 sanitiziers +ASAN (and UBSAN), 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 |