diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-13 02:08:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-13 02:08:37 +0000 |
commit | 3e539cb47e9fabfdda295926b4270b0f3cc7fa65 (patch) | |
tree | 12514bb60d33e94928e47d00f758d43debd7aa02 /ChangeLog | |
parent | 1b85ed0ce299a8044e8417ca82e85cf6267d520a (diff) | |
download | glibc-3e539cb47e9fabfdda295926b4270b0f3cc7fa65.tar.gz glibc-3e539cb47e9fabfdda295926b4270b0f3cc7fa65.tar.xz glibc-3e539cb47e9fabfdda295926b4270b0f3cc7fa65.zip |
* elf/dl-load.c (_dl_map_object_from_fd): We don't have to allow
callers from libc anymore. * elf/dl-open.c (dl_open_worker): Pass __RTLD_AUDIT flag from caller to _dl_map_object_deps. * elf/dl-load.c (_dl_map_object_from_fd): Don't change memory protections when loading auditing modules. * dlfcn/dlopen.c (dlopen_doit): Catch invalid mode arguments and fail.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index df12ad01cd..4601adf2f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2005-01-12 Ulrich Drepper <drepper@redhat.com> + * elf/dl-load.c (_dl_map_object_from_fd): We don't have to allow + callers from libc anymore. + + * elf/dl-open.c (dl_open_worker): Pass __RTLD_AUDIT flag from caller + to _dl_map_object_deps. + * elf/dl-load.c (_dl_map_object_from_fd): Don't change memory + protections when loading auditing modules. + + * dlfcn/dlopen.c (dlopen_doit): Catch invalid mode arguments and fail. + * posix/getconf.c: Update copyright year. * nss/getent.c: Likewise. * nscd/nscd_nischeck.c: Likewise. |