diff options
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 |