From: Jim Meyering Date: Thu, 18 Dec 2003 17:15:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=628c1e33a6065299e0cb7cf09d4a3824ed1dd21c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index bb2a471bfe..5a38a0f497 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ * Version 5.1.0. + * src/ls.c (format_user): Increment dired_pos via two statements, + `dired_pos += width; dired_pos++;' rather than one, + `dired_pos += width + 1;' since the latter could conceivably overflow. + (format_group): Likewise. + From Paul Eggert. + * configure.ac: Require automake-1.8. 2003-12-12 Jim Meyering