diff options
author | van Hauser <vh@thc.org> | 2020-05-26 13:19:57 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-26 13:19:57 +0200 |
commit | 996e1515b320fb2d44c367dea7b4d26f2d56f5df (patch) | |
tree | 6a298c420819aa9a22feae38bf88385d305d6e41 /docs/Changelog.md | |
parent | 0994972c07333af3a1fecf694c6527517da966ca (diff) | |
download | afl++-996e1515b320fb2d44c367dea7b4d26f2d56f5df.tar.gz |
better performance compilation options for afl++ and targets
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 9d4d7815..5f404dba 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -32,6 +32,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - fixed crash in compare-transform-pass when strcasecmp/strncasecmp was tried to be instrumented with LTO - fixed crash in cmplog with LTO + - slightly better performance compilation options for afl++ and targets - fixed afl-gcc/afl-as that could break on fast systems reusing pids in the same second - added lots of dictionaries from oss-fuzz, go-fuzz and Jakub Wilk |