summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-07-06 22:59:49 +0000
committerRoland McGrath <roland@gnu.org>2004-07-06 22:59:49 +0000
commit4183d2a76ba5a04dbd083531365a3c5cdd4af6b2 (patch)
tree415165420fa8f582ceae0eaf78c88e12b8e616cc
parent3fb035f6a242b95261c94376f2c4d770f36e4eed (diff)
downloadglibc-4183d2a76ba5a04dbd083531365a3c5cdd4af6b2.tar.gz
* elf/dl-load.c (_dl_map_object_from_fd): Use the end address of
the first segment for mprotect, not l_text_end.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4bcba7ee2..d147626c91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-18 Andreas Schwab <schwab@suse.de>
+
+ * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of
+ the first segment for mprotect, not l_text_end.
+
2004-07-05 Ulrich Drepper <drepper@redhat.com>
* elf/dl-profile.c (_dl_start_profile): Compact error handling.