diff options
author | van Hauser <vh@thc.org> | 2019-07-16 21:06:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-16 21:06:04 +0200 |
commit | cf71c535592c9daf7f87ee21f3a2c708cd3daeca (patch) | |
tree | 9a1b5c68c738f449babc1f165c0955892d75634a /docs/env_variables.txt | |
parent | 80c98f4d0c31d857ff1112369d0a5ff0854e0923 (diff) | |
parent | 73f8ab3aa8acbb788d6903834e0959de08119c6b (diff) | |
download | afl++-cf71c535592c9daf7f87ee21f3a2c708cd3daeca.tar.gz |
Merge pull request #17 from dkasak/patch-1
Fix typo: add missing underscore
Diffstat (limited to 'docs/env_variables.txt')
-rw-r--r-- | docs/env_variables.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/env_variables.txt b/docs/env_variables.txt index 1ce56563..338df36f 100644 --- a/docs/env_variables.txt +++ b/docs/env_variables.txt @@ -116,7 +116,7 @@ Then there are a few specific features that are only available in llvm_mode: - Setting AFL_LLVM_INSTRIM activates this mode - - Setting AFL_LLVM_INSTRIM LOOPHEAD=1 expands on INSTRIM to optimize loops. + - Setting AFL_LLVM_INSTRIM_LOOPHEAD=1 expands on INSTRIM to optimize loops. afl-fuzz will only be able to see the path the loop took, but not how many times it was called (unless its a complex loop). |