1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-09 21:53:55 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2000-08-05 11:50:43 +00:00
parent b3197453ad
commit 1b57516fe2

View File

@@ -1,5 +1,13 @@
2000-08-05 Jim Meyering <meyering@lucent.com>
* 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 <meyering@lucent.com>