about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorJoshua Rogers <jrogers@opera.com>2021-04-03 14:50:35 +0000
committerJoshua Rogers <jrogers@opera.com>2021-04-03 14:50:35 +0000
commitafc4da47f78a24d5e441e3815e5b322d1b27fd56 (patch)
treec4f0b9f69f50d3c59e1733fadbc8a689ed638ee1 /README.md
parent6514e33ab6733dd4e7ae0d3eeec83db06b3f451f (diff)
downloadafl++-afc4da47f78a24d5e441e3815e5b322d1b27fd56.tar.gz
Fix typos,
Use symbolize=0 for LSAN,
Remove syntactic sugar.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 41d55e9c..4d3f8aa9 100644
--- a/README.md
+++ b/README.md
@@ -601,7 +601,7 @@ Every -M/-S entry needs a unique name (that can be whatever), however the same
 For every secondary fuzzer there should be a variation, e.g.:
  * one should fuzz the target that was compiled differently: with sanitizers
    activated (`export AFL_USE_ASAN=1 ; export AFL_USE_UBSAN=1 ;
-   export AFL_USE_CFISAN=1 ; export AFL_USE_LSAN`)
+   export AFL_USE_CFISAN=1 ; export AFL_USE_LSAN=1`)
  * one should fuzz the target with CMPLOG/redqueen (see above)
  * one to three fuzzers should fuzz a target compiled with laf-intel/COMPCOV
    (see above). Important note: If you run more than one laf-intel/COMPCOV