about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-08-26 18:27:38 +0200
committervanhauser-thc <vh@thc.org>2022-08-26 18:27:38 +0200
commit2775271b174a80b1711830cc9fb0c0652482e162 (patch)
tree12cc543b64bfd7dcc8b547c7c776c3e4ca447834 /docs
parenteb5a914ef670d43cc41ce130edb4e0586d97e278 (diff)
downloadafl++-2775271b174a80b1711830cc9fb0c0652482e162.tar.gz
pcguard off-by-one fix
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 842b727b..5e4de45a 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -17,6 +17,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - default calibration cycles set to 7 from 8, and only add 5 cycles
       to variables queue items instead of 12.
   - afl-cc:
+    - fixed off-by-one bug in our pcguard implemenation, thanks for
+      @toka for reporting
     - better handling of -fsanitize=..,...,.. lists
     - fix gcc_mode cmplog
     - obtain the map size of a target with setting AFL_DUMP_MAP_SIZE=1