]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: NEWS: correct the previous commit
authorCollin Funk <collin.funk1@gmail.com>
Tue, 16 Sep 2025 04:40:56 +0000 (21:40 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Tue, 16 Sep 2025 04:40:56 +0000 (21:40 -0700)
* NEWS: The memory allocated by 'fold' in the past was also bounded by
--width.

NEWS

diff --git a/NEWS b/NEWS
index ef423425b2f1b087b917287a9ff093309cba5576..84692156c18b2b77a1b694eadf3ff48ba0fed3cc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -38,7 +38,8 @@ GNU coreutils NEWS                                    -*- outline -*-
   precedence.  Previously multiple specifications would induce an error.
   [bug introduced in coreutils-5.90]
 
-  'fold' no longer exhausts memory when operating on very long lines.
+  'fold' no longer exhausts memory when operating on very long lines and
+  a very large --width argument.
   [This bug was present in "the beginning".]
 
   'install -d' now produces the correct diagnostic upon failure