diff options
author | vanhauser-thc <vh@thc.org> | 2023-06-21 12:20:10 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-06-21 12:20:10 +0200 |
commit | 64b15a00f270f0ac9c00cf13e569481672227635 (patch) | |
tree | cbc3c68368749cb71e68c6a951ffd106d8884b8b /docs/Changelog.md | |
parent | 936b6dcb5d7a93d2aa211d0812fd26ba0b2c7d3c (diff) | |
download | afl++-64b15a00f270f0ac9c00cf13e569481672227635.tar.gz |
fix afl-cmin* for old afl vanilla issue
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 4454456e..246c3cac 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -14,6 +14,10 @@ command line tool! See custom_mutators/aflpp/standalone/ - display the state of the fuzzing run in the UI :-) - fix timeout setting if '+' is used or a session is restarted + - afl-cmin/afl-cmin.bash: + - 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 ### Version ++4.07c (release) |