diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-07-26 08:21:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-07-26 08:21:54 +0000 |
commit | 3a975ff5762e4c4368f20f7b7e2ed0982ee9332a (patch) | |
tree | 81af55ae7db1b70fb9382297231f9d5700e7477a /ChangeLog | |
parent | a92b1166e524c44266493c972c89191d52f5c604 (diff) | |
download | glibc-3a975ff5762e4c4368f20f7b7e2ed0982ee9332a.tar.gz glibc-3a975ff5762e4c4368f20f7b7e2ed0982ee9332a.tar.xz glibc-3a975ff5762e4c4368f20f7b7e2ed0982ee9332a.zip |
* 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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fde42b3dfa..2852fb1fdf 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. |