From da7166bead13d09ad29f68ad64da5500c82d9be1 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 20 Feb 2009 02:27:36 +0000 Subject: fix problem with lzw decoder when run without early code change, now that we actually have test input git-svn-id: svn+q:///qpdf/trunk@646 71b93d88-0707-0410-a8cf-f5a4172ac649 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f0b2711b..e327b7b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-02-19 Jay Berkenbilt + + * libqpdf/Pl_LZWDecoder.cc: correct logic error for previously + untested case of running the LZW decoder without the "early code + change" flag. Thanks to a bug report from "Atom Smasher", I + finally was able to obtain an input stream compressed in this way. + 2009-02-15 Jay Berkenbilt * 2.0.3: release -- cgit v1.2.3-54-g00ecf