From: Jim Meyering Date: Tue, 1 Jun 2004 13:29:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1431 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50a5f71804f7a038b41dd46094507c74f4825783;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index d00e792c71..5e384e4bfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-05-25 Paul Eggert + + Improve the efficiency (and in one case, correctness) of code + that reads symlinks. + + * src/copy.c (copy_internal): Don't use alloca, as it can mess up + royally if the link length is long (e.g., GNU/Hurd). Use + xreadlink instead, it's safer. Don't bother to read the link if + it's the wrong size. Add a FIXME because this area is a bit murky + and undocumented. + 2004-06-01 Jim Meyering * src/env.c (main): Prefer the notation `STREQ (a, b)'