diff options
author | van Hauser <vh@thc.org> | 2020-08-16 13:29:24 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-16 13:29:24 +0200 |
commit | 1d56de6c1d24e6ed24bf7193df18110da753c6b2 (patch) | |
tree | bc72fbf527e2dfc0260de25b1caad0c3319ce5df /docs | |
parent | 266b51a842ccb001a4a9babab5fc8650e36f94ce (diff) | |
download | afl++-1d56de6c1d24e6ed24bf7193df18110da753c6b2.tar.gz |
fix lto autodict for long strings
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 ead4ff26..55b0c7dd 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -37,6 +37,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. for a fixed map address (eg. 0x10000) - LTO: improved stability for persistent mode, no other instrumentation has that advantage + - LTO: fixed autodict for long strings - LTO: laf-intel and redqueen/cmplog are now applied at link time to prevent llvm optimizing away the splits - LTO: autodictionary mode is a default |