aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-07-26 08:21:54 +0000
committerUlrich Drepper <drepper@redhat.com>2006-07-26 08:21:54 +0000
commit3a975ff5762e4c4368f20f7b7e2ed0982ee9332a (patch)
tree81af55ae7db1b70fb9382297231f9d5700e7477a /ChangeLog
parenta92b1166e524c44266493c972c89191d52f5c604 (diff)
downloadglibc-3a975ff5762e4c4368f20f7b7e2ed0982ee9332a.zip
glibc-3a975ff5762e4c4368f20f7b7e2ed0982ee9332a.tar.gz
glibc-3a975ff5762e4c4368f20f7b7e2ed0982ee9332a.tar.bz2
* dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
used when the namespace is not the base namespace.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fde42b3..2852fb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-26 Ulrich Drepper <drepper@redhat.com>
+
+ * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
+ used when the namespace is not the base namespace.
+
2006-07-26 Gavin Romig-Koch <gavin@redhat.com>
* stdlib/cxa_atexit.c (__new_exitfn_called): New variable.