about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-09-25 21:13:53 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-09-25 21:13:53 +0000
commit827788b51cc9e6ccd9050a3fc5933f092bb52b22 (patch)
tree99ae5eb35645ebe6ea2ef61428b2016ffaf68ab8 /doc
parentb6661b02562b6f411616648427bff3f5893797b4 (diff)
downloadnetpbm-mirror-827788b51cc9e6ccd9050a3fc5933f092bb52b22.tar.gz
netpbm-mirror-827788b51cc9e6ccd9050a3fc5933f092bb52b22.tar.xz
netpbm-mirror-827788b51cc9e6ccd9050a3fc5933f092bb52b22.zip
Fix arithmetic overflow
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4691 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 50d1f84f..81ab9860 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -66,11 +66,13 @@ not yet  BJH  Release 11.04.00
 
               pbmtoxbm: Fix spurious output with really wide rows.
 
-              tifftopnm: Fix incorrect output with really wide/deep rows.
+              tifftopnm: Fix incorrect output with insanely wide/deep rows.
 
-              thinkjettopbm: Fix incorrect output with really wide rows
+              thinkjettopbm: Fix incorrect output with insanely wide rows.
 
-              ybmtopbm: Fix incorrect output with really wide rows
+              ybmtopbm: Fix incorrect output with insanely wide rows.
+
+              pjtoppm: Fix incorrect output with insanely large number of rows.
 
               library: add check of maxval for computable size.