diff options
author | vanhauser-thc <vh@thc.org> | 2021-07-07 12:19:05 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-07-07 12:19:05 +0200 |
commit | f1bcd378a2e55ee1559dde0d46e2bc32882c5b39 (patch) | |
tree | c75979db5699bceb6184cf361662affe224dd736 /docs | |
parent | 405382cbddea8b99543c3fddcaa5738b1ed3ade3 (diff) | |
download | afl++-f1bcd378a2e55ee1559dde0d46e2bc32882c5b39.tar.gz |
fix failures for some sized string instrumentations
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 461acb2c..c3e4b34e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -20,6 +20,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - afl-cc: - Update to COMPCOV/laf-intel that speeds up the instrumentation process a lot - thanks to Michael Rodler/f0rki for the PR! + - Fix for failures for some sized string instrumentations - Fix to instrument global namespace functions in c++ - Fix for llvm 13 - support partial linking |