aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-10-14 23:04:58 +0200
committerJay Berkenbilt <ejb@ql.org>2023-10-14 23:12:56 +0200
commit1ecc6bb29e24a4f89470ff91b2682b46e0576ad4 (patch)
treeea1b53013bb0f8887eb28f5862afa57db30d34e8 /ChangeLog
parent467e5d6226d6b609069d7703cd1edc1552aa62bc (diff)
downloadqpdf-1ecc6bb29e24a4f89470ff91b2682b46e0576ad4.tar.zst
Don't lose character after \d or \dd parsing string (fixes #1050)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ea991c9..2674cc06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2023-10-14 Jay Berkenbilt <ejb@ql.org>
+
+ * Fix serious bug: qpdf could discard a the character after an
+ escaped octal string. For content, this would only happen with QDF
+ or when normalizing content, but it could have happened in a
+ binary string. This bug was introduced between 10.6.3 and 11.0.0.
+ Fixes #1050.
+
2023-10-07 Jay Berkenbilt <ejb@ql.org>
* 11.6.2: release