From: Jim Meyering Date: Thu, 10 Mar 2005 10:01:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9200b53afb8a513d5fe12ae75e94de6c5b5fc2d4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 5625ac2752..1f79271761 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * Version 5.3.1. + * src/ls.c (long_time_expected_width): Use x2nrealloc, not alloca, + so format-string-abuse cannot provoke stack overflow. + 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.