about summary refs log tree commit diff
path: root/src/afl-cc.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-20 14:30:06 +0100
committervan Hauser <vh@thc.org>2020-12-20 14:30:06 +0100
commit98ee17bc47b1f1d4664be9955a72727fff8e51fa (patch)
tree5c49dd81c9ab6c47538350b53d8b1fd11abe3f6c /src/afl-cc.c
parenta6116ed533e5db74d654bedda9e747f87cbd8494 (diff)
downloadafl++-98ee17bc47b1f1d4664be9955a72727fff8e51fa.tar.gz
fix endless loop in afl-cc allow/blocklists starting a line with a comment
Diffstat (limited to 'src/afl-cc.c')
-rw-r--r--src/afl-cc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index 2aeb2178..8593f9b8 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -1432,7 +1432,7 @@ int main(int argc, char **argv, char **envp) {
             "  AFL_LLVM_LAF_SPLIT_FLOATS: cascaded comparisons on floats\n"
             "  AFL_LLVM_LAF_TRANSFORM_COMPARES: cascade comparisons for string "
             "functions\n"
-            "  AFL_LLVM_INSTRUMENT_ALLOW/AFL_LLVM_INSTRUMENT_DENY: enable "
+            "  AFL_LLVM_ALLOWLIST/AFL_LLVM_DENYLIST: enable "
             "instrument allow/\n"
             "    deny listing (selective instrumentation)\n");