about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-12-24 00:10:51 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-12-24 00:10:51 +0000
commit392e4536f1071ca8de7d81224adf62d11733445b (patch)
tree7ff0041cbc6f172775efefc26276f91f44992f0c /doc
parent9a8f829dce63edd0a657d20f3ecb845f9be25cc9 (diff)
downloadnetpbm-mirror-392e4536f1071ca8de7d81224adf62d11733445b.tar.gz
netpbm-mirror-392e4536f1071ca8de7d81224adf62d11733445b.tar.xz
netpbm-mirror-392e4536f1071ca8de7d81224adf62d11733445b.zip
Fix free of automatic variable
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4481 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 04e7059c..8e1bf5d9 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -12,6 +12,9 @@ not yet  BJH  Release 11.00.01
               -compression has never worked precisely either); should be
               fixed some day.
 
+              ppmtompeg: Fix crash with resize option because of invalid
+              memory free.
+
               fitstopnm: fix invalid memory reference (nonterminated ASCIIZ
               string).