summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-02 05:24:50 +0000
committerJim Meyering <jim@meyering.net>1996-11-02 05:24:50 +0000
commitda952f6227acadc05e6a263b9fe7653da1370da3 (patch)
treee17133fee17971aeecce746246e64d31439cb837 /old
parent31926f3a3712ae0658e2537ee2e9bd846ee76a95 (diff)
downloadcoreutils-da952f6227acadc05e6a263b9fe7653da1370da3.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index d0b2a1f83..14e57a0ac 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,7 @@
Fri Nov 1 21:33:16 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * tests/sort-test/Test.pm: Add a test to exercize this fix.
+
* src/sort.c [!ENABLE_ASSERTIONS]: Guard NDEBUG definition.
(checkfp): Fix off-by-one error that resulted in writing one byte
beyond the end of a malloc'd buffer. It caused `sort -c' to segfault