From b1b0f5c556f5b4080bf16525c309264de73084b7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 10 Jun 2007 14:56:39 +0200 Subject: bug-fix: cp would fail to write through a dangling symlink * NEWS: Mention the bug fix. * src/copy.c (copy_reg): When open fails with EEXIST, the destination is lstat'able, and a symlink, call open again, but now without O_EXCL. * tests/cp/thru-dangling: New file, to test for the above fix. * tests/cp/Makefile.am (TESTS): Add thru-dangling. * THANKS: Add Michael McLagan. Bug report from Michael McLagan in . --- THANKS | 1 + 1 file changed, 1 insertion(+) (limited to 'THANKS') diff --git a/THANKS b/THANKS index 4ffd1a840..7d9c52752 100644 --- a/THANKS +++ b/THANKS @@ -351,6 +351,7 @@ Michael Hasselberg mikelh@zonta.ping.de Michael Hohn hohn@math.utah.edu Michael J. Croghan mcroghan@usatoday.com Michael McFarland sidlon@yahoo.com +Michael McLagan mmclagan@invlogic.com Michael Piefel piefel@informatik.hu-berlin.de Michael Steffens michael.steffens@s.netic.de Michael Stone mstone@debian.org -- cgit v1.2.3-70-g09d2