about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authoraflpp <aflpp@aflplus.plus>2021-03-23 15:33:27 +0100
committeraflpp <aflpp@aflplus.plus>2021-03-23 15:33:27 +0100
commit28f1e94ab9fdac6886c4383d9f4722f26237a05a (patch)
treef8caf14ed8ba53bfb1f9e2e2289dd37fb8b48903 /docs
parente1d37a802b80a2ae61ed0841cda2f40748900e01 (diff)
downloadafl++-28f1e94ab9fdac6886c4383d9f4722f26237a05a.tar.gz
fix our PCGUARD for llvm 10.0.1
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 a65702d8..51c8c1bc 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -15,6 +15,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - fix map detection, AFL_MAP_SIZE not needed anymore for most cases
   - afl-cc:
     - fix cmplog rtn (rare crash and not being able to gather ptr data)
+    - fix our own PCGUARD implementation to compile with llvm 10.0.1
     - link runtime not to shared libs
     - ensure shared libraries are properly built and instrumented
     - AFL_LLVM_INSTRUMENT_ALLOW/DENY were not implemented for LTO, added