diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-16 09:54:15 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-16 09:54:15 +0100 |
commit | 80bdbf7be0a1e7bd54b24d4376048d85fb403bf6 (patch) | |
tree | 661adde6d7f806b6a1d686f6c0ba4968af198228 /docs | |
parent | 686719cdca6ed7cc1090ab3d05020e4ad66f2bb7 (diff) | |
download | afl++-80bdbf7be0a1e7bd54b24d4376048d85fb403bf6.tar.gz |
minor cmplog fix
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 71ef4c2c..477498d0 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -48,6 +48,7 @@ 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 - qemuafl - QASan (address sanitizer for Qemu) ported to qemuafl! |