diff options
author | van Hauser <vh@thc.org> | 2020-06-15 20:02:28 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-15 20:02:28 +0200 |
commit | ada59feda852a13207818f8202dabe517b721b35 (patch) | |
tree | 5a2ad980bad59ba2ac1790bef660fa235c4f1f36 /docs/Changelog.md | |
parent | af8d4d49ede0e4b3baab98f9b17505646859832a (diff) | |
download | afl++-ada59feda852a13207818f8202dabe517b721b35.tar.gz |
improve performance for default power schedule
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 c0fc7070..21f79cda 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -16,6 +16,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. that ensure exactly one main node is present and warn otherwise - If no main node is present at a sync one secondary node automatically becomes a temporary main node until a real main nodes shows up + - Fixed a mayor performance issue we inherited from AFLfast - switched murmur2 hashing and random() for xxh3 and xoshiro256**, resulting in an up to 5.5% speed increase - Resizing the window does not crash afl-fuzz anymore |