From: Collin Funk Date: Tue, 16 Sep 2025 04:40:56 +0000 (-0700) Subject: doc: NEWS: correct the previous commit X-Git-Tag: v9.8~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e33bfb5886f3e4c0e45b833289a210d673947e49;p=thirdparty%2Fcoreutils.git doc: NEWS: correct the previous commit * NEWS: The memory allocated by 'fold' in the past was also bounded by --width. --- diff --git a/NEWS b/NEWS index ef423425b2..84692156c1 100644 --- 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