From: Jim Meyering Date: Sat, 5 Aug 2000 11:50:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0g~15 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=1b57516fe2300a252021b5873e491b8def65fe7b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index ec1aa11c0c..f0fccd6308 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,13 @@ 2000-08-05 Jim Meyering + * src/pr.c (init_header): Fix buffer-overrun error. + Allocated buffer was sometimes too small. + Reported by Greg McGary (who found this bug using his + bounded-pointers-enabled gcc). + (init_header): Move declarations of several variables into the + inner scope where they are used. + * tests/pr/Test.pm (narrow-1): New test, for the above. + * src/csplit.c (MAX): Remove definition (It's in sys2.h). 2000-08-04 Jim Meyering