summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-12-15 08:37:14 +0000
committerJim Meyering <jim@meyering.net>2005-12-15 08:37:14 +0000
commit2a390dea1ffbe5fd111f39abae47f9fecd4caebb (patch)
treefaffbd1027c0e236830d5bdda8958437a2cb9e73
parentcd423584189a10f16d96f9b37c897e74371fdf80 (diff)
downloadcoreutils-2a390dea1ffbe5fd111f39abae47f9fecd4caebb.tar.xz
*** empty log message ***
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 182704b57..b50cbbe34 100644
--- a/NEWS
+++ b/NEWS
@@ -59,6 +59,8 @@ GNU coreutils NEWS -*- outline -*-
rm (on systems with openat) can no longer exit before processing
all command-line arguments.
+ rm is no longer susceptible to a few low-probability memory leaks.
+
sort would fail for large inputs (~50MB) on systems with a buggy
mkstemp function. sort and tac now use the replacement mkstemp
function, and hence are no longer subject to limitations (of 26 or 32,