diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2017-06-09 21:23:58 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2017-06-09 21:23:58 +0000 |
commit | 06d45f296c4ce58bc3c3bb33e0acd2480e8ecf9f (patch) | |
tree | ed4db1f6efa3effd08d4a7978ac41bd3c9515797 /doc | |
parent | d8bed4d3e136f6caae487c5871d13697a4227e48 (diff) | |
download | netpbm-mirror-06d45f296c4ce58bc3c3bb33e0acd2480e8ecf9f.tar.gz netpbm-mirror-06d45f296c4ce58bc3c3bb33e0acd2480e8ecf9f.tar.xz netpbm-mirror-06d45f296c4ce58bc3c3bb33e0acd2480e8ecf9f.zip |
Use new pm_string_to_uint instead of local function, fixing incorrect interpretation of negative number that is supposed to be an unsigned integer
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2991 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY index 294f68cc..7fd63453 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -45,6 +45,9 @@ not yet BJH Release 10.79.00 pamcrater: fix incorrect output with non-square image. Introduced in Netpbm 10.69 (December 2014). + svgtopam: fix treating negative width or height values in SVG + like twos complement positive numbers; fail instead. + libnetpbm: fix bug: pm_system_XXX closes Standard Input if you supply a Standard Output accepter but not a Standard Input feeder. Broken since Netpbm 10.40 (September 2007). |