From: Paul Eggert Date: Thu, 5 May 2005 08:00:03 +0000 (+0000) Subject: * makepath.c (make_path): chdir to "//", not "/", if the file name X-Git-Tag: CPPI-1_12~868 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3cccf50ce370aba1feebcc27a2f2b28bf826f3a2;p=thirdparty%2Fcoreutils.git * makepath.c (make_path): chdir to "//", not "/", if the file name starts with exactly two slashes. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index c695523b95..aa4d9a8318 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2005-05-05 Paul Eggert + + * makepath.c (make_path): chdir to "//", not "/", if the file name + starts with exactly two slashes. This doesn't solve the problem + in general but it's better than nothing. Problem reported by + Pierre A. Humblet via Eric Blake. + 2005-05-01 Paul Eggert * modechange.h (mode_free): Remove; all callers changed to invoke