diff options
author | vanhauser-thc <vh@thc.org> | 2023-06-07 10:58:10 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-06-07 10:58:10 +0200 |
commit | a4b927241651c645cc1a2f5b185681830e7000f9 (patch) | |
tree | 91d4617f294988a17f7b7790a6308d90f163e43d | |
parent | f6471dd256ac04f51c2107533055a2d9c9a18fc7 (diff) | |
download | afl++-a4b927241651c645cc1a2f5b185681830e7000f9.tar.gz |
fix gcc cmplog crash
-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 facf2196..9ed930b3 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -18,6 +18,7 @@ - rewrote our PCGUARD pass to be compatible with LLVM 15+ shenanigans, requires LLVM 13+ now instead of 10.0.1+ - fallback to native LLVM PCGUARD if our PCGUARD is unavailable + - fixed a crash in GCC CMPLOG - afl-showmap: - added custom mutator post_process and send support - add `-I filelist` option, an alternative to `-i in_dir` |