summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-09-04 14:37:56 -0700
committerRoland McGrath <roland@hack.frob.com>2015-09-04 15:29:22 -0700
commit5c8c3123652045191474a4ca85fbb6e8d9e7d2bc (patch)
tree88028b3c92decfc29a07d2eeeb091547a6580af7 /ChangeLog
parent36c6e27a26b0afe0187f8790990cf880abdbf244 (diff)
downloadglibc-5c8c3123652045191474a4ca85fbb6e8d9e7d2bc.tar.gz
BZ#18921: Fix opendir inverted o_directory_works test.
(cherry picked from commit bd9e69abb887d78d0d6708fc089cc9f3eabf106d)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0d2cbdfd3..44809a6b2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-09-04 Roland McGrath <roland@hack.frob.com>
+
+ [BZ #18921]
+ * sysdeps/posix/opendir.c (need_isdir_precheck) [O_DIRECTORY]:
+ Fix inverted sense of test of 'o_directory_works' value.
+ Reported by Pádraig Brady <P@draigBrady.com>, diagnosed by
+ Bernhard Voelker <mail@bernhard-voelker.de>.
+
2015-08-31 Brett Neumeier <brett@neumeier.us>
[BZ #18870]