about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-07 18:51:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-07 18:51:05 +0000
commit508e987d5637c5136e1deb82aeb6de8530e9af98 (patch)
treeb983cfd69efb631a82c2c18a6cd65766c2ee23c7 /doc
parenteaf09f0ef2fc375e86ee59c65450b878098e6473 (diff)
downloadnetpbm-mirror-508e987d5637c5136e1deb82aeb6de8530e9af98.tar.gz
netpbm-mirror-508e987d5637c5136e1deb82aeb6de8530e9af98.tar.xz
netpbm-mirror-508e987d5637c5136e1deb82aeb6de8530e9af98.zip
Fix handling of non-terminated string in input image
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3842 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index e4e46d0a..303af64a 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -14,6 +14,9 @@ not yet  BJH  Release 10.91.00
               cameratopam: Handle I/O error on input file.  Always broken.
               Cameratopam was new to Netpbm in Netpbm 10.25 (June 2005).
 
+              xbmtopbm: Recognize "unsigned short" as an extension of
+              XBM X10 format.
+
               picttoppm: Fix bug with an input file that specifies a clip
               region (ClipRgn opcode) that is not contained within the
               picture frame.  Result is invalid memory access.  Broken
@@ -30,8 +33,8 @@ not yet  BJH  Release 10.91.00
               pnmtorle: Fix incorrect command and filename in header.
               Broken in Netpbm 10.88 (September 2019).
 
-              xbmtopbm: Recognize "unsigned short" as an extension of
-              XBM X10 format.
+              ximtoppm: Fix possible program crash due to invalid memory
+              reference.
 
 20.03.26 BJH  Release 10.90.00