From b0a96ce6aa95c4d23e40eed3cede2f46e935bba7 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 22 Feb 2014 22:12:34 -0500 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 02937066..d722e3c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-02-22 Jay Berkenbilt + + * 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 * 5.1.1: release -- cgit v1.2.3-54-g00ecf