diff options
author | van Hauser <vh@thc.org> | 2020-12-20 11:30:11 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-12-20 11:30:11 +0100 |
commit | bc9f956c84dacdf34e7cfaf8fc6552b1ae4b8417 (patch) | |
tree | 8ca8479ad78ed3f73deb0a76f15015769319c8ff /docs | |
parent | 2748d5c9629897b571d4f7eb145ff715808b218f (diff) | |
download | afl++-bc9f956c84dacdf34e7cfaf8fc6552b1ae4b8417.tar.gz |
update changelog
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index ac75c68d..ec231f4e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,7 +10,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++3.01a (release) - - fix crash for very, very fast targets+systems, thanks for reporting @mhlakhani + - afl-fuzz + - fix crash for very, very fast targets+systems, thanks for reporting @mhlakhani + - switched to a faster RNG + - added hghwng's patch for faster trace map analysis - added dummy Makefile to instrumentation/ - allow instrumenting LLVMFuzzerTestOneInput |