about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-08-02 16:30:40 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-08-02 16:30:40 +0000
commit533e5a163abba83d69269053f1cbdb38358bbcb3 (patch)
tree7c61fed62df18d0e3a1fd0c6ee0801e1c8ee20fb /doc/HISTORY
parent3570ac0465e240fa43670f7d3f7be585d6366f9a (diff)
downloadnetpbm-mirror-533e5a163abba83d69269053f1cbdb38358bbcb3.tar.gz
netpbm-mirror-533e5a163abba83d69269053f1cbdb38358bbcb3.tar.xz
netpbm-mirror-533e5a163abba83d69269053f1cbdb38358bbcb3.zip
Release 10.71.02
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2617 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index b6cdd003..4ecca7f0 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,22 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+15.08.02 BJH  Release 10.71.02
+
+              Pnmtopclxl: fix buffer overrun causing unpredictable behavior.
+              (Introduced in Netpbm 10.54 (March 2011).
+
+              Pnmtopclxl: fix wild memory access when out of memory.  Always
+              broken (Pnmtopclxl was new in Netpbm 10.6 (July 2002)).
+
+              Pnmtopclxl: fix wild memory access with pathologically large and
+              uncompressible image.  Always broken (Pnmtopclxl was new in
+              Netpbm 10.6 (July 2002)).
+
+              Pnmtopclxl: fix silent output corruption when a file write
+              fails.  Always broken (Pnmtopclxl was new in Netpbm 10.6 (July
+              2002)).
+
 15.07.02 BJH  Release 10.71.01
 
               ppmtoilbm: Fix failure with -hamforce and -nocompression.