about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-13 00:14:14 +0200
committervan Hauser <vh@thc.org>2020-06-13 00:14:14 +0200
commit615ab1a7b80a7d2ae827240313f4a68d76364cf6 (patch)
treee76cc39e1a4bc8735e37e73e0cd874a0a5c1b8e8 /docs/Changelog.md
parentce1af1bc9c0b58aea653abec8fb42f9714d4308f (diff)
downloadafl++-615ab1a7b80a7d2ae827240313f4a68d76364cf6.tar.gz
fix resize window crash and slightly more performant timed_read
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index a214e70a..751dd707 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -18,6 +18,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
        a temporary main node until a real main nodes shows up
      - switched murmur2 hashing and random() for xxh3 and xoshiro256**, giving up to 5.5% speed
        increase
+     - Resizing the window does not crash afl-fuzz anymore
      - fix/update to MOpt (thanks to arnow117)
      - added MOpt dictionary support from repo
   - llvm_mode: