about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-09 04:26:31 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-09 04:26:31 +0000
commit27f9ede1e987af3871fd37a00de2ae5ed276bb7e (patch)
tree9e3c449618cc45ec0c7cdef687f790fd8f7e91c6 /ChangeLog
parentf2a8d16bed62f39b40dbd87f4b642e851b8eb23d (diff)
downloadglibc-27f9ede1e987af3871fd37a00de2ae5ed276bb7e.tar.gz
glibc-27f9ede1e987af3871fd37a00de2ae5ed276bb7e.tar.xz
glibc-27f9ede1e987af3871fd37a00de2ae5ed276bb7e.zip
Update.
	* elf/dl-load.c (_dl_map_object): Don't look in cache for
	preloading in SUID binaries.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 357853e4f4..23d6c8431c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-01-08  Ulrich Drepper  <drepper@redhat.com>
 
+	* elf/dl-load.c (_dl_map_object): Don't look in cache for
+	preloading in SUID binaries.
+
 	* elf/dl-profile.c (_dl_start_profile): Open the output file with
 	O_NOFOLLOW if possible.