diff options
author | van Hauser <vh@thc.org> | 2021-02-16 09:51:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 09:51:31 +0100 |
commit | 686719cdca6ed7cc1090ab3d05020e4ad66f2bb7 (patch) | |
tree | ed0ac5ff80ceb30ee4b7dc8f2ee0b4663e69525a /docs | |
parent | 145c673a80878d92013882eda6ef56e6948c397b (diff) | |
parent | 6caec2169cef890ba8a62715c2c26cc0608626e3 (diff) | |
download | afl++-686719cdca6ed7cc1090ab3d05020e4ad66f2bb7.tar.gz |
Merge pull request #746 from f0rki/cmplog-intcast-fix
CMPLOG llvm pass: use CreateIntCast to cast to the right integer type
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index e2482f8f..71ef4c2c 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -49,7 +49,6 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. CLANG for old afl-clang - fixed a potential crash in the LAF feature - workaround for llvm 13 - - workaround for llvm internal lto bug that lets not bitcast from _ExtInt() - qemuafl - QASan (address sanitizer for Qemu) ported to qemuafl! See qemu_mode/libqasan/README.md |