diff options
author | vanhauser-thc <vh@thc.org> | 2024-05-16 09:17:59 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-05-16 09:17:59 +0200 |
commit | 6ae95271becde1cd35a7792fd31ff84a548561ea (patch) | |
tree | 52f12265c6af12bb149947bbaa9560da9ff181c3 /docs/Changelog.md | |
parent | a2e0163cc1c3503081c5c4c0d6312e69a7b5e95a (diff) | |
download | afl++-6ae95271becde1cd35a7792fd31ff84a548561ea.tar.gz |
nits
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 79594e38..a4501818 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -13,13 +13,15 @@ - more frequent stats update when syncing (todo: check performance impact) * afl-cc: - re-enable i386 support that was accidently disabled - - fixes for LTO and outdated afl-gcc mode + - fixes for LTO and outdated afl-gcc mode for i386 - fix COMPCOV split compare for old LLVMs - disable xml/curl/g_ string transform functions because we do not check for null pointers ... TODO - ensure shared memory variables are visible in weird build setups * afl-cmin - work with input files that have a space + * afl-showmap + - minor fix to collect coverage -C (thanks to @bet4it) * enhanced the ASAN configuration |