aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-02-20 03:27:36 +0100
committerJay Berkenbilt <ejb@ql.org>2009-02-20 03:27:36 +0100
commitda7166bead13d09ad29f68ad64da5500c82d9be1 (patch)
tree8085419efe73273f6bfeef24103ceaea62b54fb4 /ChangeLog
parent9f93c89ee59b2ebc04a15a9f24cdaf9f513a28c1 (diff)
downloadqpdf-da7166bead13d09ad29f68ad64da5500c82d9be1.tar.zst
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0b2711b..e327b7b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-19 Jay Berkenbilt <ejb@ql.org>
+
+ * 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 <ejb@ql.org>
* 2.0.3: release