about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-06-01 10:13:16 +0200
committervanhauser-thc <vh@thc.org>2021-06-01 10:13:16 +0200
commit76653544056ce2334b6523252e91a8f8a6ac9dcb (patch)
treeb5a8b81ae88e16c95d12631326107c3facb6bfec /docs/env_variables.md
parent67b294890ef9b436f44c7eedf633c1df0f85b0b1 (diff)
downloadafl++-76653544056ce2334b6523252e91a8f8a6ac9dcb.tar.gz
threadsafe doc fixes, code format
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md
index b4b866ab..38a67bc7 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -231,10 +231,11 @@ Then there are a few specific features that are only available in instrumentatio
 
   See [instrumentation/README.instrument_list.md](../instrumentation/README.instrument_list.md) for more information.
 
-### Thread safe instrumentation counters (in mode LLVM CLASSIC)
-   - Setting `AFL_LLVM_THREADSAFE_INST` will inject code that implements thread safe counters.
-     The overhead is a bit higher compared to the older non-thread safe case. 
-     `AFL_LLVM_NOT_ZERO` and `AFL_LLVM_SKIP_NEVERZERO` are supported (see below). 
+### Thread safe instrumentation counters (in all modes)
+
+   - Setting `AFL_LLVM_THREADSAFE_INST` will inject code that implements thread
+     safe counters. The overhead is a little bit higher compared to the older
+     non-thread safe case. Note that this disables neverzero (see below).
 
 ### NOT_ZERO