diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-07 16:32:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-07 16:32:02 +0000 |
commit | 101f307f3cf44909f32f17b64c540a8367c12d1e (patch) | |
tree | 8441cb9ba936eb496b06838f54f224fdec18e42f /NEWS | |
parent | b2c5dd9d701e56e5c869cc7645096b58db01e658 (diff) | |
download | coreutils-101f307f3cf44909f32f17b64c540a8367c12d1e.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -24,6 +24,16 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + Mistakenly renaming a file onto itself, e.g., via `mv B b' when `B' is + the same directory entry as `b' no longer destroys the directory entry + referenced by both `b' and `B'. Note that this would happen only on + file systems like VFAT where two different names may refer to the same + directory entry, usually due to lower->upper case mapping of file names. + Now, the above can happen only on file systems that perform name mapping and + that support hard links (stat.st_nlink > 1). This mitigates the problem + in two ways: few file systems appear to be affected (hpfs and ntfs are), + when the bug is triggered, mv no longer removes the last hard link to a file. + stat no longer overruns a buffer for format strings ending in `%' fold -s -wN would infloop for N < 8 with TABs in the input. |