about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-12-09 18:23:34 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-12-09 18:23:34 +0000
commitaefcdcb26e6f076ece01d3af35e4a004ab105bff (patch)
tree07436bdbccefd7dbdaf7705b6e29d942d527a7a2 /doc/HISTORY
parente254440851e0631df7ef235027e0ce8c427c61e9 (diff)
downloadnetpbm-mirror-aefcdcb26e6f076ece01d3af35e4a004ab105bff.tar.gz
netpbm-mirror-aefcdcb26e6f076ece01d3af35e4a004ab105bff.tar.xz
netpbm-mirror-aefcdcb26e6f076ece01d3af35e4a004ab105bff.zip
fix arithmetic overflow
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@484 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 10ad691f..006b5d80 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -28,6 +28,13 @@ not yet  BJH  Release 10.41.00
               pnmcrop: fix -verbose message about background color with
               -white.
 
+              pbmmake: handle ridiculously large height, width arguments.
+
+              pnmcat: fix arithmetic overflow.
+
+              libnetpbm: Add arithmetic overflow protection to PBM
+              routines, like PGM/PPM/PNM have had for a long time.
+
               libnetpbm: make all row free operations go through
               pm_freerow(); change row buffer type from char * to void *
               for pm_allocrow(), pm_freerow().