diff options
author | van Hauser <vh@thc.org> | 2020-12-21 11:19:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-21 11:19:18 +0100 |
commit | 47e04548d46ffdd17d82d9528be744641de058b6 (patch) | |
tree | 4145bc58d29c59159a1be5049d6ff4beea46afee /docs/Changelog.md | |
parent | c28ecbbb2b35cc0fd9eac267ea4db33d891d9e59 (diff) | |
parent | 6d1f17d78dec7947a18174918af0703310af015e (diff) | |
download | afl++-47e04548d46ffdd17d82d9528be744641de058b6.tar.gz |
Merge pull request #649 from AFLplusplus/skim_romu
switch to romu and skim
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index a26a4e0e..0652a295 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,8 +10,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++3.01a (release) - - fix crash for very, very fast targets+systems (thanks to mhlakhani - for reporting) + - 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/ - afl-cc - allow instrumenting LLVMFuzzerTestOneInput |