diff options
author | vanhauser-thc <vh@thc.org> | 2022-01-13 10:32:47 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-01-13 10:32:47 +0100 |
commit | 9e38c43686dad2feb2db30a065bda570421e217a (patch) | |
tree | 4c64beb8d00996336635c2b055b9be71a53598e2 | |
parent | 110cc27632c8f2018b79f95cbff9c9daa3f509f7 (diff) | |
download | afl++-9e38c43686dad2feb2db30a065bda570421e217a.tar.gz |
update changelog
-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 c4786bf3..6ab1794c 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -56,6 +56,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - better selective instrumentation AFL_LLVM_{ALLOW|DENY}LIST on filename matching (requires llvm 11 or newer) - fixed a potential crash in targets for LAF string handling + - fixed a bad assert in LAF split switches - added AFL_USE_TSAN thread sanitizer support - llvm and LTO mode modified to work with new llvm 14-dev (again. again.) - fix for AFL_REAL_LD |