summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-27 09:18:28 +0000
committerJim Meyering <jim@meyering.net>2003-08-27 09:18:28 +0000
commit9cddf00834775a9258ea0e601629c198f26e5e83 (patch)
tree573256802b789002188488d92f4658517a74a5b9 /NEWS
parent9591df25d1b27ec66f5da6d6612b0253c84161d2 (diff)
downloadcoreutils-9cddf00834775a9258ea0e601629c198f26e5e83.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fd2ec9fc0..040aa4220 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,8 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
+ stat no longer overruns a buffer for format strings ending in `%'
+
fold -s -wN would infloop for N < 8 with TABs in the input.
E.g., this would not terminate: printf 'a\t' | fold -w2 -s