aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2015-10-31 22:03:55 +0100
committerJay Berkenbilt <ejb@ql.org>2015-10-31 23:56:43 +0100
commitb62cbe250885484a42ee161798830b1da9520097 (patch)
tree3a8f5316828ce39d193fbea3dea0bbfe7bdf8d89 /ChangeLog
parentf0b85a1eb139a08bdf52e1fc9902364bbf8b1068 (diff)
downloadqpdf-b62cbe250885484a42ee161798830b1da9520097.tar.zst
Tolerate some mangled xref tables
If xref table entries lack the spec-required trailing whitespace or contain a small amount of extra space, handle them anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f42a2f5c..34262ef0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-10-31 Jay Berkenbilt <ejb@ql.org>
+
+ * libqpdf/QPDF.cc (read_xrefTable): Be tolerant of some malformed
+ xref tables that don't have the required trailing space after each
+ line.
+
2015-10-29 Jay Berkenbilt <ejb@ql.org>
* Implement QPDFWriter::setDeterministicID and --deterministic-id