]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 27 Aug 2003 09:18:28 +0000 (09:18 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 27 Aug 2003 09:18:28 +0000 (09:18 +0000)
NEWS

diff --git a/NEWS b/NEWS
index fd2ec9fc04fb90a90a65928ebe0f9a27e4598b82..040aa4220de099bd59d685388a031aea48407915 100644 (file)
--- 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