diff options
author | van Hauser <vh@thc.org> | 2023-12-29 16:24:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-29 16:24:46 +0100 |
commit | c39596c8bf44c9fe04180d9cf298fd2db36637ac (patch) | |
tree | 083564475b73e1a02966d9b7c701910bab95291b /docs/Changelog.md | |
parent | dcb5bc3fa5b48b316719cb6abab856697dc29bda (diff) | |
parent | 88cbaeb3e14de3ee5960ca78564e41741e7bd85b (diff) | |
download | afl++-c39596c8bf44c9fe04180d9cf298fd2db36637ac.tar.gz |
Merge pull request #1943 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs/Changelog.md')
-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) |