From: Jim Meyering Date: Mon, 24 Oct 2005 10:22:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1474 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d038ef379ee8c5c222bc59974137c04e56eb3128;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index f41ae26c68..03fe30d5e2 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2005-10-24 Jim Meyering + * mkdir-p.c (make_dir_parents): Make the preceding fix a little + more robust, e.g., when the final component is created as a non- + directory by another process just before `mkdir -p's final mkdir. + A command like `mkdir -p nonexistent/.' would create the directory but exit nonzero with a diagnostic. This could also be triggered with a non-`.' component, e.g., in a race with another