diff options
author | Eric Blake <ebb9@byu.net> | 2009-08-28 10:59:16 -0600 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2009-08-28 12:56:51 -0600 |
commit | 31fa922e5765a24786061a4dfbd048869457cf84 (patch) | |
tree | 906654cadaeaa4fc23dbb0120ab7ffa6558fe4c6 /NEWS | |
parent | 59a6ddfca34bea0d657cf4d9f56aa6d5bab4a7a1 (diff) | |
download | coreutils-31fa922e5765a24786061a4dfbd048869457cf84.tar.xz |
dd: detect closed stderr
* src/dd.c (maybe_close_stdout): Always flush stderr; regression
introduced in commit 381e69ea.
* tests/misc/close-stdout (p): Use consistent style.
* tests/dd/stderr: New test, borrowing from misc/close-stdout.
* tests/Makefile.am (TESTS): Run it.
* NEWS: Mention this.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ GNU coreutils NEWS -*- outline -*- cp, mv now ignore failure to preserve a symlink time stamp, when it is due to their running on a kernel older than what was implied by headers and libraries tested at configure time. + [bug introduced in coreutils-7.5] + + dd now returns non-zero status if it encountered a write error while + printing a summary to stderr. + [bug introduced in coreutils-6.11] * Noteworthy changes in release 7.5 (2009-08-20) [stable] |