summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 2ee91a109..0ba246959 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 *).