diff options
author | vanhauser-thc <vh@thc.org> | 2021-08-19 17:02:17 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-08-19 17:02:17 +0200 |
commit | 591d6c59c758d1043f8690e4e9dda22dbbefbc1c (patch) | |
tree | 1df877b5654cfa065b37a1796d2f077a2540308a /docs | |
parent | 1959812e83becb0895b924d0398d634055cd0c10 (diff) | |
download | afl++-591d6c59c758d1043f8690e4e9dda22dbbefbc1c.tar.gz |
fix shared linking on macos
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 3a2658f0..7ccae7c2 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,9 +10,11 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++3.15a (dev) - afl-fuzz: - added AFL_IGNORE_PROBLEMS plus checks to identify and abort on - incorrect LTO usage setups and enhanced the READMEs for better - information on how to deal with instrumenting libraries + - added AFL_IGNORE_PROBLEMS plus checks to identify and abort on + incorrect LTO usage setups and enhanced the READMEs for better + information on how to deal with instrumenting libraries + - afl-cc: + - fix for shared linking on MacOS - added the very good grammar mutator "GramaTron" to the custom_mutators - added optimin, a faster and better corpus minimizer by |