aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-11-15 14:00:58 -0500
committerUlrich Drepper <drepper@gmail.com>2011-11-15 14:00:58 -0500
commitd62a8200e1523a19c722eab97f54e34079fc3d0e (patch)
treedcd08ae4d2d939497e5dbd003bcccc103e260597 /ChangeLog
parent116415f80eeb88e1973a160b8a2ee707d24481b4 (diff)
downloadglibc-d62a8200e1523a19c722eab97f54e34079fc3d0e.tar
glibc-d62a8200e1523a19c722eab97f54e34079fc3d0e.tar.gz
glibc-d62a8200e1523a19c722eab97f54e34079fc3d0e.tar.bz2
glibc-d62a8200e1523a19c722eab97f54e34079fc3d0e.zip
Use O_CLOEXEC in a few more places
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84cd7004a3..c469e10ef6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-15 Ulrich Drepper <drepper@gmail.com>
+
+ * locale/loadarchive.c (_nl_load_locale_from_archive): Open files to
+ O_CLOEXEC.
+ * locale/loadlocale.c (_nl_load_locale): Likewise.
+
2011-11-15 Andreas Schwab <schwab@redhat.com>
* sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)