diff options
author | vanhauser-thc <vh@thc.org> | 2023-07-08 13:31:06 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-07-08 13:31:06 +0200 |
commit | 20dcb40c53811e36a3ace91a66a70cfddc4b3f1c (patch) | |
tree | 5a2ad0c8e5692bbc64f81ec06dc5b71a980ee554 /docs/Changelog.md | |
parent | d30272a64e5220e02c9c1cf69925825494a99e80 (diff) | |
download | afl++-20dcb40c53811e36a3ace91a66a70cfddc4b3f1c.tar.gz |
fix cmin -T
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index ad58e99e..032bb774 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -19,6 +19,7 @@ - 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 + - adjust threads if less inputs than threads specified - afl-cc: - fixed an off-by-one instrumentation of iselect, hurting coverage a bit. Thanks to @amykweon for spotting and fixing! |