summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-12-11 10:24:15 +0000
committerJim Meyering <jim@meyering.net>2004-12-11 10:24:15 +0000
commit051f13f135623fcdce99f4d3809e67e114360686 (patch)
treed2d3afcb21880c0bef2188085a86fe1c4b83b39c /ChangeLog
parentcbff85ac09edaf921bbe7bc75b584dbc96415196 (diff)
downloadcoreutils-051f13f135623fcdce99f4d3809e67e114360686.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f0901dde0..49fc13bd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
-2004-12-09 Paul Eggert <eggert@cs.ucla.edu>
+2004-12-11 Jim Meyering <jim@meyering.net>
* Version 5.3.0.
+ Avoid a race condition vulnerability in chown, when used with
+ --from=O:G and without the (-h) --no-dereference option.
+ * src/chown-core.c (restricted_chown): New function.
+ (change_file_owner): Call it.
+ Reported by Ulrich Drepper.
+
+2004-12-09 Paul Eggert <eggert@cs.ucla.edu>
+
* ls now exits with status 1 on minor problems, 2 if serious trouble.
* NEWS: Document this.
* src/ls.c (LS_MINOR_PROBLEM, LS_FAILURE): New constants.