aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-10 21:14:26 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-10 21:37:35 +0100
commitaf2a71aa2c0ab7a441cb4210295e3912800df9d0 (patch)
treece42e6dcb4ab161ac703c67aad846b274abaea48 /ChangeLog
parent1c62c2a3427e92846ddaaae44f864022b2aade4f (diff)
downloadqpdf-af2a71aa2c0ab7a441cb4210295e3912800df9d0.tar.zst
Handle bitstream overflow errors more gracefully (fixes #581)
* Make it a runtime error, not a logic error * Include additional information * Capture it properly in checkLinearization
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f100817f..385c72b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2021-12-10 Jay Berkenbilt <ejb@ql.org>
+ * Handle bitstream overflow errors more gracefully. Fixes #581.
+
* C API: add qpdf_get_object_by_id, qpdf_make_indirect_object, and
qpdf_replace_object, exposing the corresponding methods in QPDF
and QPDFObjectHandle. Fixes #588.