summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2023-02-27 12:00:24 +0000
committerPádraig Brady <P@draigBrady.com>2023-02-27 12:17:06 +0000
commit0175e337a8bc4f390692d577cb655411bd44d53e (patch)
tree3b3c40d7651c62f206be033506a5d2e286f1f949
parent995021cb0ce72ea9c235bbf71c69d3b96bfa84e9 (diff)
downloadcoreutils-0175e337a8bc4f390692d577cb655411bd44d53e.tar.gz
build: update to latest gnulib
* NEWS: Mention the fts fix to avoid the following assert in rm on mem pressure: Program terminated with signal SIGSEGV, Segmentation fault. at ../lib/cycle-check.c:60 assure (state->magic == CC_MAGIC); * gnulib: Update to the latest to pick up fts commit f17d3977.
-rw-r--r--NEWS4
m---------gnulib0
2 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8d94f9e3c..7c99bea19 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,10 @@ GNU coreutils NEWS -*- outline -*-
'mv --backup=simple f d/' no longer mistakenly backs up d/f to f~.
[bug introduced in coreutils-9.1]
+ rm now fails gracefully when memory is exhausted.
+ Previously it may have aborted with a failed assertion in some cases.
+ [This bug was present in "the beginning".]
+
rm -d (--dir) now properly handles unreadable empty directories.
E.g., before, this would fail to remove d: mkdir -m0 d; src/rm -d d
[bug introduced in v8.19 with the addition of this option]
diff --git a/gnulib b/gnulib
-Subproject 7352d9fec59398c76c3bb8a2ef86ba58818f034
+Subproject f17d397771164c1b0f77fea8fb0abdc99cf4a3e