diff options
author | Jim Meyering <jim@meyering.net> | 2004-12-11 10:28:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-12-11 10:28:58 +0000 |
commit | 86e1787721e7361c07b10e234b02eb8446b543d9 (patch) | |
tree | 158b2b3d210d94573e5304994ed2fc971a754ded /NEWS | |
parent | 5e0cc474376ca056d70b36088488a0e72a3ad50a (diff) | |
download | coreutils-86e1787721e7361c07b10e234b02eb8446b543d9.tar.xz |
chown race fix
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ GNU coreutils NEWS -*- outline -*- chmod now accepts multiple mode-like options, e.g., "chmod -r -w f". + chown is no longer subject to a race condition vulnerability, when + used with --from=O:G and without the (-h) --no-dereference option. + cut's --output-delimiter=D option works with abutting byte ranges. du no longer segfaults when a subdirectory of an operand |