aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2014-02-23 04:12:34 +0100
committerJay Berkenbilt <ejb@ql.org>2014-02-23 04:13:31 +0100
commitb0a96ce6aa95c4d23e40eed3cede2f46e935bba7 (patch)
tree6ad49dca9903b000a0b0dd6271662108b886c4d6 /ChangeLog
parent247d70efee7e55436f119e7fe5a067f8f6dbf03a (diff)
downloadqpdf-b0a96ce6aa95c4d23e40eed3cede2f46e935bba7.tar.zst
Fix calculation of xref stream stream columns
Fix problem: if the last object in the first part of a linearized file had an offset that was below 65536 by less than the size of the hint stream, the xref stream was invalid and the resulting file is not usable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02937066..d722e3c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-02-22 Jay Berkenbilt <ejb@ql.org>
+
+ * Bug fix: if the last object in the first part of a linearized
+ file had an offset that was below 65536 by less than the size of
+ the hint stream, the xref stream was invalid and the resulting file
+ is not usable. This is now fixed.
+
2014-01-14 Jay Berkenbilt <ejb@ql.org>
* 5.1.1: release