diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2013-06-01 18:45:32 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2013-06-01 18:45:32 +0000 |
commit | c7ecefa5ffafb15c6163104e5de06cbdd47a2528 (patch) | |
tree | f313fbd30d33eed127f56955a5d15da532ed2124 /doc | |
parent | 1d5dfa18830223dfdfeaa000c6a2d581e94f160e (diff) | |
download | netpbm-mirror-c7ecefa5ffafb15c6163104e5de06cbdd47a2528.tar.gz netpbm-mirror-c7ecefa5ffafb15c6163104e5de06cbdd47a2528.tar.xz netpbm-mirror-c7ecefa5ffafb15c6163104e5de06cbdd47a2528.zip |
Fix use of unset variable - entries in the colornames table don't get set when ppm_readcolornamefile finds the named dictionary file doesn't exist, so returns an empty color dictionary
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1918 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HISTORY | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY index ab8efb13..b32ab0ae 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -40,6 +40,11 @@ not yet BJH Release 10.63.00 middle of the AND mask. Always broken (program was new in Netpbm 9.3 (June 2000)). + libnetpbm: fix bug: ppm_freecolornames() has wild pointer + dereference when the color name table was generated empty + because the color dictionary file was not openable. ppmtoxpm + suffers from this. + sparc64 pbmtog3: fix bug that causes crash due to unaligned memory access. |