diff options
author | vanhauser-thc <vh@thc.org> | 2023-12-29 10:03:02 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-12-29 10:03:02 +0100 |
commit | 88cbaeb3e14de3ee5960ca78564e41741e7bd85b (patch) | |
tree | 083564475b73e1a02966d9b7c701910bab95291b /docs | |
parent | 25f9c1f4fb5c099ffc9cc93f7988f4fc4af9ab03 (diff) | |
download | afl++-88cbaeb3e14de3ee5960ca78564e41741e7bd85b.tar.gz |
LLVM 17 bug workaround
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index c8f04217..178d0f8a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -11,6 +11,11 @@ reporting! - instrumentation: - LLVM 18 support, thanks to @devnexen! + - compcov/LAF-intel: + - floating point splitting bug fix by @hexcoder + - due a bug in LLVM 17 integer splitting is disabled! + - when splitting floats was selected, integers were always split as well, + fixed to require AFL_LLVM_LAF_SPLIT_COMPARES as it should ### Version ++4.09c (release) |