summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2023-04-22 15:59:48 +0100
committerPádraig Brady <P@draigBrady.com>2023-04-24 11:46:28 +0100
commit9d333aca433c5c7ae988d262130eb7e0c81819cf (patch)
tree96a1cf8cfec210a4128aabc6514b38d802b58c90 /NEWS
parente29f4411c80b38a8d146de9ceb0d7e85831b72f3 (diff)
downloadcoreutils-9d333aca433c5c7ae988d262130eb7e0c81819cf.tar.gz
cksum: fix failure to diagnose read errors with crc32
The default crc32 mode fails to diagnose read errors. * src/cksum.c (cksum_slice8): Fix the check for read errors. (cksum_pclmul): Likewise. * NEWS: Mention the bug fix.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8edfa8080..a8db32246 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
+ cksum again diagnoses read errors in its default CRC32 mode.
+ [bug introduced in coreutils-9.0]
+
install --strip now supports installing to files with a leading hyphen.
Previously such file names would have caused the strip process to fail.
[This bug was present in "the beginning".]