diff options
author | van Hauser <vh@thc.org> | 2020-05-24 01:59:08 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-24 01:59:08 +0200 |
commit | 68e66fa92090f7acd3555c8d64ee29ff97334f02 (patch) | |
tree | 52257333469b580292fe1b3c48d2ee213c303e9f /docs | |
parent | 38df6eb3a9d572d13a0554f6d511723feb644be6 (diff) | |
download | afl++-68e66fa92090f7acd3555c8d64ee29ff97334f02.tar.gz |
fix compare-transform for strn?casecmp
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index ae398b66..4b6e90e5 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -27,6 +27,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - added AFL_LLVM_LAF_ALL, sets all laf-intel settings - LTO whitelist functionality rewritten, now main, _init etc functions need not to be whitelisted anymore + - fixed crash in compare-transform-pass when strcasemp/strncasecmp was + tried to be instrumented - 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 |