diff options
author | vanhauser-thc <vh@thc.org> | 2021-06-11 14:39:35 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-06-11 14:39:35 +0200 |
commit | d2e256e73a2146b125c316e66a96f0215414411b (patch) | |
tree | 4ba4129821b7fe1e38a43d57fc29008f4eb9542a /docs/Changelog.md | |
parent | 581593ccab9516fbe372355fdb06180a5357e813 (diff) | |
download | afl++-d2e256e73a2146b125c316e66a96f0215414411b.tar.gz |
fix to instrument global c++ namespace functions
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 0e2ce27d..d3863c74 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -19,9 +19,10 @@ 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 to instrument global functions in c++ - Fix for llvm 13 - support partial linking - - We do support llvm versions from 3.8 again + - We do support llvm versions from 3.8 to 5.0 again - afl_analyze - fix timeout handling and support forkserver - ensure afl-compiler-rt is built for gcc_module |