aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-13 22:34:11 +0200
committervan Hauser <vh@thc.org>2020-08-13 22:34:11 +0200
commitb5d1a021efaede5e084418fe552330590ee43641 (patch)
treec4de3f80bd21fd5229a54b7fb9fb0317ddd27b51 /docs
parente9fb5f4cbc9f3514d686ebf813b16829ed73b3da (diff)
downloadAFLplusplus-b5d1a021efaede5e084418fe552330590ee43641.tar.gz
fix llvm and afl-showmap
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 2c57448b..5044dce5 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -29,6 +29,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
- added neverzero counting to trace-pc/pcgard
- fixes for laf-intel float splitting (thanks to mark-griffin for
reporting)
+ - fixes for llvm 4.0
- skipping ctors and ifuncs for instrumentation
- LTO: switch default to the dynamic memory map, set AFL_LLVM_MAP_ADDR
for a fixed map address (eg. 0x10000)