From d198ff98bbf5be17a1387bd282af3d15d2e7b667 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 30 Nov 2014 22:49:41 +0000 Subject: 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 --- doc/HISTORY | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') 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. -- cgit 1.4.1