ashes <[EMAIL PROTECTED]> wrote: > Hello. I should note I built coreutils with full bounds checking. I applied 3 > patches first: > coreutils-5.0-hostname-2.patch > coreutils-5.0-uname.patch > coreutils-5.0-90563.patch <-- for the du file descriptor bug
Thank you for the report, but since then, I've rewritten du so that it no longer uses ftw. Instead, it now uses fts to perform the traversal. These changes haven't yet appeared in a test release, but are available in the CVS sources, here: http://savannah.gnu.org/projects/coreutils/ If you find problems in the rewritten version, I'd really like to know about it. _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
