diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-02 05:24:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-02 05:24:50 +0000 |
commit | da952f6227acadc05e6a263b9fe7653da1370da3 (patch) | |
tree | e17133fee17971aeecce746246e64d31439cb837 /old/textutils | |
parent | 31926f3a3712ae0658e2537ee2e9bd846ee76a95 (diff) | |
download | coreutils-da952f6227acadc05e6a263b9fe7653da1370da3.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 2 |
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 |