about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-02-13 00:22:34 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-02-13 00:22:34 +0000
commit002976e3b34a27e32567d6253b87a47692a1a2dc (patch)
tree226196a55422ddd1332c785b8bfbdb71c3c58ca4 /doc
parent426029ff86f0891834875ae78fa752b7cfdca6b4 (diff)
downloadnetpbm-mirror-002976e3b34a27e32567d6253b87a47692a1a2dc.tar.gz
netpbm-mirror-002976e3b34a27e32567d6253b87a47692a1a2dc.tar.xz
netpbm-mirror-002976e3b34a27e32567d6253b87a47692a1a2dc.zip
Fix crash when malloc failed, memory leak with uncomputably large numbers.
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@837 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 16be34a8..0e63e263 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -49,6 +49,10 @@ not yet  BJH  Release 10.46.00
 
               pamcut: fix bug with PBM and -pad.
 
+              pnm_alloctupletable, pnm_tuplehashtotable,
+              pnm_computetuplefreqtable3: fix crash when out of memory,
+              memory leak with uncomputably large numbers.
+
               Source tree: split out some of editor/ directory into new
               editor/specialty directory.