From: Jim Meyering Date: Fri, 9 May 2003 08:50:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~565 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0dedf7cad16f1bac161d666851af48693e4dc668;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 589d2ba128..694e3d0f05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2003-05-07 Jim Meyering +2003-05-09 Jim Meyering * Version 5.0.1. + * src/sort.c (main): Don't overrun array bound if argc is 0. + That would happen when invoked via: execl ("/usr/bin/sort", NULL); + Reported by Wartan Hachaturow. + +2003-05-07 Jim Meyering + Implement support so that `head --lines=-N' works on seekable files. * src/head.c (enum Copy_fd_status): Define. (COPY_FD_DIAGNOSE): New macro.