]> git.ipfire.org Git - thirdparty/coreutils.git/commit
dd: fix error detection with "nocache" flag
authorFrédéric Yhuel <frederic.yhuel@dalibo.com>
Sun, 9 Mar 2025 19:12:14 +0000 (19:12 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 10 Mar 2025 12:32:08 +0000 (12:32 +0000)
commit37b085e567c9c16473ec0d9285ed3a47e861dc24
treee920371922ccde85f54295e7178695342483a6c1
parent66ee9f568b7521911c93d85f33abd78c14393f9c
dd: fix error detection with "nocache" flag

* NEWS: Mention the bug fix.
* src/dd.c (invalidate_cache): Adjust to the unusual
error propagation sematics of posix_fadvise().
NEWS
src/dd.c