1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-03 06:51:29 +02:00

gnulib: update for getcwd fix on systems without openat

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.
This commit is contained in:
Jim Meyering
2011-09-19 17:10:58 +02:00
parent f2fb24809c
commit 9bb92a4db1
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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]
+1 -1
Submodule gnulib updated: da1717b7f9...f6fe351fc5