diff options
author | vanhauser-thc <vh@thc.org> | 2024-01-04 15:44:28 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-01-04 15:44:28 +0100 |
commit | ee7d69b8175f31f2efb2b3bf15f2bbb29f61aa14 (patch) | |
tree | 2abd20cdb3ba0cade572356078a753aaaea8cfd9 /docs/Changelog.md | |
parent | aad9ac2b33cc05dc4bc11a3763386c4eb8d5672b (diff) | |
download | afl++-ee7d69b8175f31f2efb2b3bf15f2bbb29f61aa14.tar.gz |
changelog
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index adc81d64..69a369e3 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,15 +9,17 @@ explore is slightly better now. - fixed minor issues in the mutation engine, thanks to @futhewo for reporting! + - afl-cc: + - large rewrite by @SonicStark which fixes a few corner cases, thanks! - instrumentation: - LLVM 18 support, thanks to @devnexen! - Injection (SQL, LDAP, XSS) feature now available, see `instrumentation/README.injections.md` how to activate/use/expand. - compcov/LAF-intel: - floating point splitting bug fix by @hexcoder - - due a bug in LLVM 17 integer splitting is disabled! + - due a bug in LLVM 17 integer splitting is disabled there! - when splitting floats was selected, integers were always split as well, - fixed to require AFL_LLVM_LAF_SPLIT_COMPARES as it should + fixed to require AFL_LLVM_LAF_SPLIT_COMPARES or _ALL as it should ### Version ++4.09c (release) |