about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-12-13 15:45:41 +0100
committervanhauser-thc <vh@thc.org>2021-12-13 15:45:52 +0100
commit57bc3c07018463ad6d069850be9f2bce5c450dd6 (patch)
tree33e18cbac06349963166cdf9e5f5d3fac8c8d2d1 /docs/Changelog.md
parent630272bac5a01373ab45d90fcba879f0e6d42561 (diff)
downloadafl++-57bc3c07018463ad6d069850be9f2bce5c450dd6.tar.gz
fix qemu/unicorn oob
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index e9b62dc0..00502efe 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -34,6 +34,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - better banner
     - more effective cmplog mode
     - more often update the UI when in input2stage mode
+  - qemu_mode/unicorn_mode: fixed OOB write when using libcompcov,
+      thanks to kotee4ko for reporting!
   - frida_mode:
     - better performance, bug fixes
     - David Carlier added Android support :)