From: Jim Meyering Date: Sat, 2 Nov 1996 03:51:47 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19q~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bd1289ad12bbece8ab3236522f667ef1a5fc14f;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 8ed8cdc042..82f0bd434c 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,13 @@ +Fri Nov 1 21:33:16 1996 Jim Meyering + + * 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 + on Linux systems having a relatively recent libc. Before, running + the command, perl -e "print 'x' x 30, \"\n\";"|sort -c + would provoke the memory overrun (though not necessarily the failure). + Add an assertion. + Thu Oct 31 17:48:24 1996 Jim Meyering * src/sort.c (key_init): New function.