about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-23 17:00:02 +0200
committervan Hauser <vh@thc.org>2020-05-23 17:00:02 +0200
commit38df6eb3a9d572d13a0554f6d511723feb644be6 (patch)
treedcd5461614c851361dbb8eb1f5af65783f87353c /docs/Changelog.md
parent0245f8438d71b07e2a2415e8880bd4bbd70b5859 (diff)
downloadafl++-38df6eb3a9d572d13a0554f6d511723feb644be6.tar.gz
LTO whitelist functionality rewritten, now anything can be skipped
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 08952717..ae398b66 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -25,6 +25,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
       which needs 3.8.0)
     - 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
+      need not to be whitelisted anymore
   - fixed afl-gcc/afl-as that could break on fast systems reusing pids in
     the same second
   - added lots of dictionaries from oss-fuzz, go-fuzz and Jakub Wilk