1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-06 12:13:41 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2000-08-04 10:13:36 +00:00
parent 90d90ce434
commit 4e39b59aba

View File

@@ -1,3 +1,9 @@
2000-08-04 Jim Meyering <meyering@lucent.com>
* 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 <meyering@lucent.com>
* tests/Makefile.am.in ($(srcdir)/$x-tests): Use -I$(srcdir), not `-I.'.