about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-08-03 10:06:52 +0200
committervanhauser-thc <vh@thc.org>2022-08-03 10:06:52 +0200
commit6056d4b140f0665c6a701cada9166379be3435ac (patch)
tree3a0007a3e8a07b58c4bef927d9c52e0043aa8466 /docs/Changelog.md
parentd745da0c93a650785411a7cf05b67174a0ef4544 (diff)
downloadafl++-6056d4b140f0665c6a701cada9166379be3435ac.tar.gz
fix pcguard vector select instrumentation
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index c7414ff2..05bbe827 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -12,6 +12,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
   - afl-fuzz:
     - change post_process hook to allow returning NULL and 0 length to
       tell afl-fuzz to skip this mutated input
+  - afl-cc:
+    - important fix for the default pcguard mode when LLVM IR vector
+      selects are produced, thanks to @juppytt for reporting!
   - gcc_plugin:
     - Adacore submitted CMPLOG support to the gcc_plugin! :-)
   - llvm_mode: