From 1b57516fe2300a252021b5873e491b8def65fe7b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 5 Aug 2000 11:50:43 +0000 Subject: [PATCH] *** empty log message *** --- old/textutils/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index ec1aa11c0..f0fccd630 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