From aa7845aebbf56895294d2c56a14b110782eb8a5b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 10 Mar 2005 08:51:53 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 27c9f5af7f..5625ac2752 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ * Version 5.3.1. + Don't segfault for a long header date string, e.g., + echo a|pr -D +%9999999A + * src/pr.c (init_header): Use x2nrealloc, rather than alloca. + Don't bother with fixed-sized initial buffer; always use x*alloc. + * src/pr.c (init_header): Use slightly clearer INT_BUFSIZE_BOUND in place of equivalent INT_STRLEN_BOUND + 1. * src/expr.c (tostring, printv): Likewise. -- 2.47.3