diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2023-10-04 23:40:50 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2023-10-04 23:40:50 +0000 |
commit | 7dd51f3750fa58eecd91803a7910c140147fd9e2 (patch) | |
tree | 10be2ce634201715e6621b01447be0ed6c9a5e95 /doc | |
parent | 74201723a44e9403ab0c5ce698112290a329460b (diff) | |
download | netpbm-mirror-7dd51f3750fa58eecd91803a7910c140147fd9e2.tar.gz netpbm-mirror-7dd51f3750fa58eecd91803a7910c140147fd9e2.tar.xz netpbm-mirror-7dd51f3750fa58eecd91803a7910c140147fd9e2.zip |
Fix arithmetic overflow on insanely large number of colors
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4724 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 c4f820f2..4b9ce1a3 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -14,6 +14,9 @@ not yet BJH Release 11.05.00 picttoppm: fix buffer overrun with insanely wide input. + ppmtoxpm: fix incorrect output with insanely large number of + colors. + Build: Fix compile error on systems without 'asprintf'. Introduced in Netpbm 11.04 (September 2023). |