diff options
author | van Hauser <vh@thc.org> | 2020-07-01 10:03:34 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-01 10:03:34 +0200 |
commit | 97cef46b62800cd505ef1a34e3ff61eafd5bce54 (patch) | |
tree | 8c0e584b7c8dbe21099706d660f55f3c4b600c53 /docs/Changelog.md | |
parent | 4ec29928bfeb812fad77d8f9104f30c897a42374 (diff) | |
download | afl++-97cef46b62800cd505ef1a34e3ff61eafd5bce54.tar.gz |
warn on deprecated env vars
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index e6e0116a..afb9dea6 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -14,6 +14,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - renamed master/slave to main/secondary - renamed blacklist/whitelist to ignorelist/instrumentlist -> AFL_LLVM_INSTRUMENT_FILE and AFL_GCC_INSTRUMENT_FILE + - warn on deprecated environment variables - afl-fuzz: - -S secondary nodes now only sync from the main node to increase performance, the -M main node still syncs from everyone. Added checks |