about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-04-28 18:44:14 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-04-28 18:44:14 +0000
commit41940d88c082a27d5b52d584fc044d6fa832aabd (patch)
tree0518d7f4e94a50e608dc4885b1c371e0d2bfdd99
parentcd86a2c8d798c98b2f5d7656971fc4553b4ed172 (diff)
downloadnetpbm-mirror-41940d88c082a27d5b52d584fc044d6fa832aabd.tar.gz
netpbm-mirror-41940d88c082a27d5b52d584fc044d6fa832aabd.tar.xz
netpbm-mirror-41940d88c082a27d5b52d584fc044d6fa832aabd.zip
Release 10.82.01
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3243 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/ppm/ilbmtoppm.c2
-rw-r--r--doc/HISTORY7
-rw-r--r--version.mk2
3 files changed, 10 insertions, 1 deletions
diff --git a/converter/ppm/ilbmtoppm.c b/converter/ppm/ilbmtoppm.c
index 662be0b5..280ca939 100644
--- a/converter/ppm/ilbmtoppm.c
+++ b/converter/ppm/ilbmtoppm.c
@@ -403,6 +403,8 @@ read_clut(FILE *        const ifP,
         unsigned long remainingChunksize;
         unsigned int i;
 
+        remainingChunksize = chunksize;  /* initial value */
+
         type = get_big_long(ifP, iffid, &remainingChunksize);
         get_big_long(ifP, iffid, &remainingChunksize); /* skip reserved fld */
 
diff --git a/doc/HISTORY b/doc/HISTORY
index a569e725..d5a0e634 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,13 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+18.04.28 BJH  Release 10.82.01
+
+              ilbmtoppm: Fix bug: may fail with bogus error message about an
+              invalid CLUT chunk if image has a CLUT chunk.  Introduced after
+              Netpbm 10.26 (January 2005) and at or before Netpbm 10.35
+              (August 2006).
+
 18.03.25 BJH  Release 10.82.00
 
               pbmtext: Add -wchar.
diff --git a/version.mk b/version.mk
index f53df329..29bafede 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 NETPBM_MAJOR_RELEASE = 10
 NETPBM_MINOR_RELEASE = 82
-NETPBM_POINT_RELEASE = 0
+NETPBM_POINT_RELEASE = 1