about summary refs log tree commit diff
path: root/src/afl-cc.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-02-13 22:43:56 +0100
committervanhauser-thc <vh@thc.org>2021-02-13 22:43:56 +0100
commit9bd1e19d7f004b4da6a610b07e59f99d66bb7ec2 (patch)
tree30deaa24dbcc759bf03df3b1043ef1ca69f89089 /src/afl-cc.c
parent6ce9230ed66dbd091001436cdab2fc1718e8e61e (diff)
downloadafl++-9bd1e19d7f004b4da6a610b07e59f99d66bb7ec2.tar.gz
added AFL_IGNORE_UNKNOWN_ENVS
Diffstat (limited to 'src/afl-cc.c')
-rw-r--r--src/afl-cc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index 9d88f262..d41f79a2 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -1587,6 +1587,7 @@ int main(int argc, char **argv, char **envp) {
           "libtokencap.so)\n"
           "  AFL_PATH: path to instrumenting pass and runtime  "
           "(afl-compiler-rt.*o)\n"
+          "  AFL_IGNORE_UNKNOWN_ENVS: don't warn on unknown env vars\n"
           "  AFL_INST_RATIO: percentage of branches to instrument\n"
           "  AFL_QUIET: suppress verbose output\n"
           "  AFL_HARDEN: adds code hardening to catch memory bugs\n"