summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-12-01 10:10:52 +0100
committerJim Meyering <meyering@redhat.com>2007-12-01 10:10:52 +0100
commit20ef6c7b9cd338fc8bfc3cc5221fb811b297f6bf (patch)
tree9eccfc29561555d10b208089eecb3a061637447b /ChangeLog
parentb64119bc54791809b9fc3a225761b1c913fe66bc (diff)
downloadcoreutils-20ef6c7b9cd338fc8bfc3cc5221fb811b297f6bf.tar.xz
Add a test for cp -p and existing file permissions.
* tests/cp/Makefile.am (TESTS): Add existing-perm-race. * tests/cp/existing-perm-race: New test. It isn't much of a test yet, since it's hard to catch the race, but it has a FIXME that will let us do a better test later.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f662660dc..83ca215da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-11-29 Paul Eggert <eggert@cs.ucla.edu>
+
+ Add a test for cp -p and existing file permissions.
+ * tests/cp/Makefile.am (TESTS): Add existing-perm-race.
+ * tests/cp/existing-perm-race: New test. It isn't much of a
+ test yet, since it's hard to catch the race, but it has a FIXME
+ that will let us do a better test later.
+
2007-11-28 Paul Eggert <eggert@cs.ucla.edu>
Fix a security race with "cp -p A B" when B already exists.