From 7d8adb20f6bb37ab8e922cca9ea367bea078b28c Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Wed, 10 Apr 2019 09:13:27 +0200 Subject: [PATCH] gnulib: update to the latest * gnulib: Update to latest, mainly for: > mountlist: make parsing /proc/self/mountinfo more robust * NEWS: Mention the fix. Fixes https://bugs.gnu.org/33468 --- NEWS | 7 +++++++ gnulib | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6844228bef..12c864dcc9 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,13 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + df now correctly parses the /proc/self/mountinfo file for unusual entries + like ones with '\r' in a field value ("mount -t tmpfs tmpfs /foo$'\r'bar"), + when the source field is empty ('mount -t tmpfs "" /mnt'), and when the + filesystem type contains characters like a blank which need escaping. + [bugs introduced in coreutils-8.24 with the introduction of reading + the /proc/self/mountinfo file] + factor again outputs immediately when stdout is a tty but stdin is not. [bug introduced in coreutils-8.24] diff --git a/gnulib b/gnulib index 188d87b051..22b911f63c 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 188d87b05190690d6f8b0577ec65ef221a711d08 +Subproject commit 22b911f63ca11395f03ce2ce3cc0b371a37a576d -- 2.47.2