diff options
author | van Hauser <vh@thc.org> | 2021-02-17 17:43:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 17:43:11 +0100 |
commit | 857229654e942000021dce926483586b038082d2 (patch) | |
tree | 1a4d19a2246bbd75d861c6b91e04ca9b2178fa60 /docs/Changelog.md | |
parent | d999725de217a0adf4f936954c418ad8c8c3da2a (diff) | |
parent | 4c47b242eb976b8518ab8884733d02465f02d90a (diff) | |
download | afl++-857229654e942000021dce926483586b038082d2.tar.gz |
Merge pull request #750 from AFLplusplus/dev
Push to stable
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index e2482f8f..477498d0 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -48,8 +48,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. support (less performant than our own), GCC for old afl-gcc and CLANG for old afl-clang - fixed a potential crash in the LAF feature + - workaround for llvm bitcast lto bug - 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 |