diff options
author | van Hauser <vh@thc.org> | 2020-08-22 01:30:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 01:30:21 +0200 |
commit | 42ef1968a530d5fe598d53e93431dfcff3727b4b (patch) | |
tree | fe11282ec4997fd685a5aa8766d4d09aa82b89de /docs/Changelog.md | |
parent | 572944d7267e3612ef8da17a180bc3d8f1a958a7 (diff) | |
parent | 5ec91fce23ddf3b81076ea4cb4a4553c9c302c3e (diff) | |
download | afl++-42ef1968a530d5fe598d53e93431dfcff3727b4b.tar.gz |
Merge pull request #521 from AFLplusplus/dev
Push to stable to fix wrong free on exit
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index efb5ed0b..8bbb4e19 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,8 +10,15 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++2.67d (develop) - - Further llvm 12 support (fast moving target like afl++ :-) ) - - Fix for auto dictionary not to throw out a -x dictionary + - afl-fuzz: + - Fix for auto dictionary entries found during fuzzing to not throw out + a -x dictionary + - added total execs done to plot file + - llvm_mode: + - Ported SanCov to LTO, and made it the default for LTO. better + instrumentation locations + - Further llvm 12 support (fast moving target like afl++ :-) ) + - deprecated LLVM SKIPSINGLEBLOCK env environment ### Version ++2.67c (release) |