]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Test for a bug that causes glibc's getcwd to suffer a failed assertion.
authorJim Meyering <jim@meyering.net>
Sun, 18 Jun 2006 21:52:03 +0000 (21:52 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 18 Jun 2006 21:52:03 +0000 (21:52 +0000)
commit48d2f622135c22a99f5733f8019dfc261aaf4058
tree3ec2847190875b33782378cb8a48ce768616a318
parenta40e199756443e32e68db0a9686a662a97af8b30
Test for a bug that causes glibc's getcwd to suffer a failed assertion.
* getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and macro.
* getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
also check for glibc-2.4's abort-inducing bug.
m4/ChangeLog
m4/getcwd-abort-bug.m4 [new file with mode: 0644]
m4/getcwd.m4