]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 1 Jun 2004 13:29:42 +0000 (13:29 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 1 Jun 2004 13:29:42 +0000 (13:29 +0000)
ChangeLog

index d00e792c71dafb5b4791618a9587103e87816533..5e384e4bfa7c4643ff5a79f3a259521a3676e9a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <jim@meyering.net>
 
        * src/env.c (main): Prefer the notation `STREQ (a, b)'