diff options
author | vanhauser-thc <vh@thc.org> | 2023-05-12 08:39:11 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-05-12 08:39:11 +0200 |
commit | 93c821aaa3df0cf20f892ce72447ff022161c8ab (patch) | |
tree | 5282a26a2590348f26397807d2e087d978908b4a /docs | |
parent | a752b159212db458d77cd13c46fdfbde01045d91 (diff) | |
download | afl++-93c821aaa3df0cf20f892ce72447ff022161c8ab.tar.gz |
afl-clang-lto incomptable with -flto=thin
Diffstat (limited to 'docs')
-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 e85de763..799c13af 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -13,6 +13,7 @@ - afl-cc: - new env `AFL_LLVM_LTO_SKIPINIT` to support the AFL++ based WASM (https://github.com/fgsect/WAFL) project + - error and print help if afl-clan-lto is used with lto=thin - afl-showmap: - added custom mutator post_process and send support - add `-I filelist` option, an alternative to `-i in_dir` |