]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(copy_internal): Don't use alloca, as it can mess up
authorJim Meyering <jim@meyering.net>
Tue, 1 Jun 2004 13:29:36 +0000 (13:29 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 1 Jun 2004 13:29:36 +0000 (13:29 +0000)
commitbd62a6597a5c1f6dc218bb1ef007fb308c4fb89f
tree664ef16f768268df1c507a960a6642b7cde13660
parent6992440dfb25579962c17e875cbf4aff7b83b9c4
(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.
src/copy.c