aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-10 22:26:32 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-10 22:27:44 +0100
commit9fcf61b2f6e9f6670c5ef7103242b4640712dd4f (patch)
tree26183aa43750f3d2b8092db3fc4e4092ef88a88c /ChangeLog
parent4d1f2fdcac8ee8734be02f2c2389c587bc3fc474 (diff)
downloadqpdf-9fcf61b2f6e9f6670c5ef7103242b4640712dd4f.tar.zst
Fix loop in QPDFOutlineDocumentHelper (fuzz issue 30507)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f587b967..2146f9e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2021-02-10 Jay Berkenbilt <ejb@ql.org>
+ * Detect loops when adding when reading outlines dictionary upon
+ initialization of QPDFOutlineDocumentHelper (fuzz issue 30507).
+
* Add "attachments" as an additional json key, and add some
information about attachments to the json output.