about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-11-06 00:55:09 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-11-06 00:55:09 +0000
commite07d96700df08e67b2377e2bd1eecfdff2e740c3 (patch)
treedcc2ec02e753f05096838b115d7e23392ea81bdd /doc/HISTORY
parent9617920babf672b6b25a327deb4569ba8cc3eb2e (diff)
downloadnetpbm-mirror-e07d96700df08e67b2377e2bd1eecfdff2e740c3.tar.gz
netpbm-mirror-e07d96700df08e67b2377e2bd1eecfdff2e740c3.tar.xz
netpbm-mirror-e07d96700df08e67b2377e2bd1eecfdff2e740c3.zip
Fix bug: allocates too much memory
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4167 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 058be379..bbd399b7 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -18,6 +18,8 @@ not yet  BJH  Release 10.97.00
               the image than the first.  Always broken (Pamrubber was new in
               Netpbm 10.54 (March 2011)).
 
+              pbmclean: Fix overallocation of memory (waste).
+
               libnetpbm: When validating computable size of width and height,
               allow for adding up to 10 instead of 2, to account for rounding
               up to a multiple of 8 in processing bit maps.