diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-21 20:24:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-21 20:24:39 +0000 |
commit | 48437b24337ba08f07e24b442aa07a1dc0c23a19 (patch) | |
tree | 24904f526d3b855152217cdd4cfffa3cd45e8984 /NEWS | |
parent | 19ae573dcaeae059fcabefa1002af3218a76df97 (diff) | |
download | coreutils-48437b24337ba08f07e24b442aa07a1dc0c23a19.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ * du can now process much deeper hierarchies on some systems (subject to mmap support, size of virtual memory, etc.). Before, it would segfault on hierarchies deeper than 20,000-30,000 levels due to stack limitation - and excessive recursion. + and excessive recursion. But I've disabled that for now. It worked only + on Linux and is a bit of a kludge. Coming soon: a better way: fts. * test now works properly when invoked from a set user ID or set group ID context and when testing access to files subject to alternate protection mechanisms. For example, without this change, a set-UID program that invoked |