]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
gnulib: update for getcwd fix on systems without openat
authorJim Meyering <meyering@redhat.com>
Mon, 19 Sep 2011 15:10:58 +0000 (17:10 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 19 Sep 2011 15:25:43 +0000 (17:25 +0200)
This fixes a bug in pwd and all getcwd-using applications (for some
uses: df, readlink, stat) when run from a directory whose absolute name
contains more than PATH_MAX / 3 components.  For more details, see
http://git.sv.gnu.org/cgit/gnulib.git/commit/?id=f6fe351fc534ae1
* gnulib: Update.
* NEWS (Improvements): Mention it.

NEWS
gnulib

diff --git a/NEWS b/NEWS
index 8c218b7731f8f9e395c94d6622a71a4c29c6b256..5d3ca404d617486875f7adba0089a3a5cd208134 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,11 @@ GNU coreutils NEWS                                    -*- outline -*-
   md5sum --check now supports the -r format from the corresponding BSD tool.
   This also affects sha1sum, sha224sum, sha384sum and sha512sum.
 
+  pwd now works also on systems without openat.  On such systems, pwd
+  would fail when run from a directory whose absolute name contained
+  more than PATH_MAX / 3 components.  Also affected due to their use
+  of canonicalize_* functions: df, stat, readlink.
+
 
 * Noteworthy changes in release 8.13 (2011-09-08) [stable]
 
diff --git a/gnulib b/gnulib
index da1717b7f93b77469f980ea5e13178e4e9e7ae09..f6fe351fc534ae1ccbebb9c61e68771e7ae99c97 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit da1717b7f93b77469f980ea5e13178e4e9e7ae09
+Subproject commit f6fe351fc534ae1ccbebb9c61e68771e7ae99c97