From 05eb4556c86cf7c3584731bf198cb969761e5bdd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 21 Dec 2005 09:48:41 +0000 Subject: [PATCH] . --- lib/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 2ee91a1091..0ba246959d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -8,6 +8,10 @@ * mkdir-p.c (RW_USR): Remove definition. (make_dir_parents): Use S_IRWXU, now that read access is also required. + Avoid a race condition, on systems where open honors O_NOFOLLOW. + * mkdir-p.c (make_dir_parents): Include chdir-safer.h. + Use chdir_no_follow in place of chdir. + * mkdir-p.c (make_dir_parents): Remove unnecessary casts of alloca, since now it's guaranteed to be (void *). -- 2.47.3