diff options
author | van Hauser <vh@thc.org> | 2020-08-20 18:57:05 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-20 18:57:05 +0200 |
commit | 4ce5ed370a1c18c8c7d7f6ad4fa029a34e1326e4 (patch) | |
tree | 107c1d6e552c01001d6c53f20376b3ef46673e31 /docs/Changelog.md | |
parent | f7bac482e9bae7b835ef014dabcea87408d80880 (diff) | |
download | afl++-4ce5ed370a1c18c8c7d7f6ad4fa029a34e1326e4.tar.gz |
LTO: sancov made default, deprecated SKIPSINGLEBLOCK, deactivate LTO autodict for cmplog binaries
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index efb5ed0b..d00d59d7 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,8 +10,14 @@ 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 + - 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) |