From: Jim Meyering Date: Sat, 2 Nov 1996 05:09:54 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19q~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c941e1742db3e2cce9de046f29fb12444f50ca1a;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 82f0bd434c..d0b2a1f83e 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -7,6 +7,7 @@ Fri Nov 1 21:33:16 1996 Jim Meyering the command, perl -e "print 'x' x 30, \"\n\";"|sort -c would provoke the memory overrun (though not necessarily the failure). Add an assertion. + Reported by Risto Kankkunen. Thu Oct 31 17:48:24 1996 Jim Meyering diff --git a/old/textutils/NEWS b/old/textutils/NEWS index ef512c9f25..fe0891882e 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,6 @@ Changes in release 1.20 Changes in test release 1.19p +* fix bug in sort -c that sometimes resulted in a segfault * md5sum's --string option is being deprecated and is no longer documented. It is still accepted, but will be removed altogether in 1.21. * tr '[:lower:]' '[:upper:]' no longer fails when LC_CTYPE is set to