about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-08-22 17:45:58 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-08-22 17:45:58 +0000
commitb79e93eef34c7852ed8a1980b4d7ff0da221008d (patch)
tree9d4c178c78116e4d4124409d4e9d0430c5324e25 /doc/HISTORY
parentefb51278489f3ddcce49091c845e4260ef2f4dca (diff)
downloadnetpbm-mirror-b79e93eef34c7852ed8a1980b4d7ff0da221008d.tar.gz
netpbm-mirror-b79e93eef34c7852ed8a1980b4d7ff0da221008d.tar.xz
netpbm-mirror-b79e93eef34c7852ed8a1980b4d7ff0da221008d.zip
Fix incorrect random number generation, buffer overrun from failure to clip column number to width
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4608 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 09616dee..318053e3 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -41,6 +41,12 @@ not yet  BJH  Release 11.04.00
               pamaddnoise: fix very incorrect noise added for all types.
               Introduced in Netpbm 10.94 (March 2021).
 
+              ppmrough: fix buffer overrun.  Always broken (Ppmrough was new
+              in Netpbm 10.9 (September 2002).
+
+              ppmrough: fix excessive roughness.  Introduced in Netpbm 10.94
+              (March 2021).
+
               pgmtexture: Fix buffer overflow with maxval > 255.  Always
               broken.  Maxvals > 255 were possible starting in Netpbm 9.0
               (April 2000).