From 4e39b59aba635e7ea6ff0a9d98f2dce34a720214 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 4 Aug 2000 10:13:36 +0000 Subject: [PATCH] *** empty log message *** --- old/textutils/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 51b1085fc..f5866b026 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,9 @@ +2000-08-04 Jim Meyering + + * src/pr.c (store_columns): Remove conjunct that would dereference + an out-of-bounds pointer. Reported by Greg McGary (who found this + bug using his bounded-pointers-enabled gcc). + 2000-08-03 Jim Meyering * tests/Makefile.am.in ($(srcdir)/$x-tests): Use -I$(srcdir), not `-I.'.