about summary refs log tree commit diff
path: root/docs/notes_for_asan.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-20 09:28:43 +0100
committervan Hauser <vh@thc.org>2020-03-20 09:28:43 +0100
commit5532fc1102f0df69ec807fcdbf2b001c2e16ed08 (patch)
treefa2dbebc1bf6d8bd209df0ea0f7466558a64823f /docs/notes_for_asan.md
parent60d66ebc0d87f92b03d90f62be139e4e0ef35eff (diff)
downloadafl++-5532fc1102f0df69ec807fcdbf2b001c2e16ed08.tar.gz
added missing descriptions of entries in fuzzer_stats
Diffstat (limited to 'docs/notes_for_asan.md')
-rw-r--r--docs/notes_for_asan.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/notes_for_asan.md b/docs/notes_for_asan.md
index feac49f9..fa7c0f27 100644
--- a/docs/notes_for_asan.md
+++ b/docs/notes_for_asan.md
@@ -28,6 +28,9 @@ 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 run the target with no sanitiziers compiled.
+
 There is also the option of generating a corpus using a non-ASAN binary, and
 then feeding it to an ASAN-instrumented one to check for bugs. This is faster,
 and can give you somewhat comparable results. You can also try using