summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-23 02:45:10 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-23 02:57:33 +0200
commitc5ed1b8075f412b2e9cfd9cf01f41ba04d3af2bc (patch)
tree0e6346b7109b3e133a7796cb3f7c8b4fb212798a /ChangeLog
parent551dfbf697736b8cae677d87b7931b5f23f830b8 (diff)
downloadqpdf-c5ed1b8075f412b2e9cfd9cf01f41ba04d3af2bc.tar.zst
Handle invalid encryption Length (fixes #333)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efb1d789..63f0233a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2019-06-22 Jay Berkenbilt <ejb@ql.org>
+ * Handle encrypted files with missing or invalid /Length entries
+ in the encryption dictionary.
+
* QPDFWriter: allow calling set*EncryptionParameters before
calling setFilename. Fixes #336.