diff options
author | vanhauser-thc <vh@thc.org> | 2023-06-24 09:30:09 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-06-24 09:30:09 +0200 |
commit | edd352612da1f58832cbe84d909a8998ce4fa690 (patch) | |
tree | 0d2c59bb8bcc0c4d512bf36ff1633395c1b32bd3 /docs/Changelog.md | |
parent | 2106738d6b7593f18aab87d03e493ea3a86adeee (diff) | |
download | afl++-edd352612da1f58832cbe84d909a8998ce4fa690.tar.gz |
code format
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index c850c43e..e6b90d3d 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -18,9 +18,13 @@ - fixed a bug inherited from vanilla AFL where a coverage of map[123] = 11 would be the same as map[1123] = 1 - warn on crashing inputs - - afl-cc + - afl-cc: - fixed an off-by-one instrumentation of iselect, hurting coverage a bit. Thanks to @amykweon for spotting and fixing! + - @toka fixed a bug in laf-intel signed integer comparison splitting, + thanks a lot!! + - frida_mode: + - support for long form instrumentation on x86_x64 and arm64 ### Version ++4.07c (release) |