du: don't infloop for --files0-from=DIR
authorJim Meyering <meyering@redhat.com>
Wed, 2 Mar 2011 18:16:46 +0000 (19:16 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 3 Mar 2011 08:05:44 +0000 (09:05 +0100)
commitcaaf2899f67d312d76af91add2a4d9f7be2d5c61
tree5b11c3ce27d9d74b258f7720fd2e3130617d0a20
parent7cfd12c78e0be4c90f29c99ab383163aa1471504
du: don't infloop for --files0-from=DIR

* src/du.c (main): Fail on AI_ERR_READ error, rather than merely
diagnosing and continuing.  Based on a patch by Stefan Vargyas.
Also move the handling of AI_ERR_EOF into the case stmt.
Do not report ferror/fclose(stdin) failure when we've
already diagnosed e.g., failure to read the DIR, above.
Bug introduced by 2008-11-24 commit 031e2fb5, "du: read and
process --files0-from= input a name at a time,".
* src/wc.c: Handle read failure as with du: do not exit
immediately, but rather go on to print any total and to clean-up.
As above, move the handling of AI_ERR_EOF into the case stmt.
* tests/du/files0-from-dir: New file, to test both du and wc.
* tests/Makefile.am (TESTS): Add it.
* NEWS (Bug fixes): Mention it.
NEWS
THANKS.in
src/du.c
src/wc.c
tests/Makefile.am
tests/du/files0-from-dir [new file with mode: 0755]