diff options
author | van Hauser <vh@thc.org> | 2020-05-29 16:27:01 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-29 16:27:01 +0200 |
commit | 2ce243bc6eee4b9d5830bf04369881cb8ee7f93b (patch) | |
tree | c2a578eb029f2c9076c2a6a2534b5d50d00b21e5 /docs | |
parent | 255594ba3a520ecb555e5c6ef4493f2508c63706 (diff) | |
download | afl++-2ce243bc6eee4b9d5830bf04369881cb8ee7f93b.tar.gz |
whitelist wildcard for LTO
Diffstat (limited to 'docs')
-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 e7ba208c..f11ad01a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -24,6 +24,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. feature is used. - lowered minimum required llvm version to 3.4 (except LLVMInsTrim, which needs 3.8.0) + - WHITELIST feature now supports wildcards (thanks to sirmc) - small change to cmplog to make it work with current llvm 11-dev - added AFL_LLVM_LAF_ALL, sets all laf-intel settings - LTO whitelist functionality rewritten, now main, _init etc functions |