diff options
author | vanhauser-thc <vh@thc.org> | 2023-06-22 09:24:00 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-06-22 09:26:46 +0200 |
commit | 90f83c13d08f44fbf50036076a1772909c4d2c86 (patch) | |
tree | d26430fafdefc5a4765e274c930cf0ece7aecf4c /docs | |
parent | 224e884ba1c8eba8ff6d7ab7c95dfb4f6f958622 (diff) | |
download | afl++-90f83c13d08f44fbf50036076a1772909c4d2c86.tar.gz |
remove dead code, code format
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 246c3cac..c850c43e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -18,6 +18,9 @@ - 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 + - fixed an off-by-one instrumentation of iselect, hurting coverage a bit. + Thanks to @amykweon for spotting and fixing! ### Version ++4.07c (release) |