about summary refs log tree commit diff
path: root/docs/Changelog.md
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 /docs/Changelog.md
parent6ce9230ed66dbd091001436cdab2fc1718e8e61e (diff)
downloadafl++-9bd1e19d7f004b4da6a610b07e59f99d66bb7ec2.tar.gz
added AFL_IGNORE_UNKNOWN_ENVS
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 895ab845..71ef4c2c 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -61,7 +61,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - Added a new example harness to compare python, c, and rust bindings
   - afl-cmin and afl-showmap now support the -f option
   - changed default: no memory limit for afl-cmin and afl-cmin.bash
-  - warn on any _AFL and __AFL env vars
+  - warn on any _AFL and __AFL env vars.
+  - set AFL_IGNORE_UNKNOWN_ENVS to not warn on unknown AFL_... env vars.
   - added dummy Makefile to instrumentation/
   - Updated utils/afl_frida to be 5% faster, 7% on x86_x64
   - Added AFL_KILL_SIGNAL env variable (thanks @v-p-b)