aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-04 17:50:02 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-04 17:55:42 +0100
commit837dcf8fc2546a80f205a0c4c53e5a1545c53a84 (patch)
tree8c21738d5bb958faadb36ffdaff3f4dbc82cbb35 /ChangeLog
parenta01359189b32c60c2d55b039f7aefd6c3ce0ebde (diff)
downloadqpdf-837dcf8fc2546a80f205a0c4c53e5a1545c53a84.tar.zst
Don't call assert while checking linearization data (fixes #209, #231)
Instead of calling assert for problems found during checking linearization data, throw an exception which is later caught and issued as an error. Ideally we would handle errors more robustly, but this is still a significant improvement.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 124227ea..7814dadb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2019-01-04 Jay Berkenbilt <ejb@ql.org>
+ * When unexpected errors are found while checking linearization
+ data, print an error message instead of calling assert, which
+ cause the program to crash. Fixes #209, #231.
+
* Detect and recover from dangling references. If a PDF file
contained an indirect reference to a non-existent object (which is
valid), when adding a new object to the file, it was possible for