about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-11-30 22:49:41 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-11-30 22:49:41 +0000
commitd198ff98bbf5be17a1387bd282af3d15d2e7b667 (patch)
tree7f71eb9a37ffcae18ffdf6fb0e313b558c7b4ac1 /doc
parent728c891f1d08a039423710c7ca41047eced26660 (diff)
downloadnetpbm-mirror-d198ff98bbf5be17a1387bd282af3d15d2e7b667.tar.gz
netpbm-mirror-d198ff98bbf5be17a1387bd282af3d15d2e7b667.tar.xz
netpbm-mirror-d198ff98bbf5be17a1387bd282af3d15d2e7b667.zip
cleanup; catch some buffer overruns; fail when #( isn't followed by close paren
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2328 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 442c3988..3981cc2b 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,14 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.69.00
 
+              ppmtoarbtxt: Fail if a #() escape sequence runs off end of
+              file or is too long to process; before, the program would
+              treat the text from # to EOF or where the buffer filled up
+              as literal text, even ignoring any #() within.
+
+              ppmtoarbtxt: Fix some undefined behavior when program limits
+              are exceeded (i.e. buffer overruns).
+
               NetBSD: show actual numbers in messages instead of "f" or
               no information, by using NetBSD's vasprintf.