diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-15 13:25:15 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-15 13:25:15 +0100 |
commit | e3a5c31307f323452dc4b5288e0d19a02b596a33 (patch) | |
tree | cca651d72e43fd7eca29c28a3d47326c98cdb433 /docs/Changelog.md | |
parent | dd2fd8027454acaa5c12beea6f7b721fc8794715 (diff) | |
download | afl++-e3a5c31307f323452dc4b5288e0d19a02b596a33.tar.gz |
llvm bug workaround for lto extint
Diffstat (limited to 'docs/Changelog.md')
-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 71ef4c2c..e2482f8f 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -49,6 +49,7 @@ 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 |