about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-09-18 20:13:39 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-09-18 20:13:39 +0000
commitb4bfafb3a4151028ea5f010ce8f81d43c16bc358 (patch)
tree006e72f986824bfc9e3092408f3fdc61e1eccb37 /doc
parentfc9c45188e769615b5aa686d159a8ae6bd90c081 (diff)
downloadnetpbm-mirror-b4bfafb3a4151028ea5f010ce8f81d43c16bc358.tar.gz
netpbm-mirror-b4bfafb3a4151028ea5f010ce8f81d43c16bc358.tar.xz
netpbm-mirror-b4bfafb3a4151028ea5f010ce8f81d43c16bc358.zip
Fix free of non-allocated memory
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1285 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 9617eaf9..fe858d19 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -15,6 +15,8 @@ not yet  BJH  Release 10.52.00
               Mac OS X, because pnmtopng per se doesn't know about libz --
               it's used by libpng.
 
+              ppmtompeg: fix crash with free of unallocated memory.
+
               Build: don't fail due to SIGRTMIN, SIGRTMAX being undefined.
 
               Build: don't expect snprintf() to exist.