>From b938a1badf672f8168daf71fd751e947877c9fc7 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 6844228be..132f2a0f3 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 + 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 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 188d87b05..eb8278fef 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 188d87b05190690d6f8b0577ec65ef221a711d08 +Subproject commit eb8278fefa0bbf2a53b706bffb2c99ccfe5d7bd4 -- 2.21.0