about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-08-26 23:52:44 +0200
committerGitHub <noreply@github.com>2022-08-26 23:52:44 +0200
commit147654f8715d237fe45c1657c87b2fe36c4db22a (patch)
tree12cc543b64bfd7dcc8b547c7c776c3e4ca447834 /docs
parent413e68ab6d588b12976c5ff34e1a27eae48c26d8 (diff)
parent2775271b174a80b1711830cc9fb0c0652482e162 (diff)
downloadafl++-147654f8715d237fe45c1657c87b2fe36c4db22a.tar.gz
Merge pull request #1504 from AFLplusplus/dev
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