* elf/dl-load.c (_dl_map_object_from_fd): Use the end address of
authorRoland McGrath <roland@gnu.org>
Tue, 6 Jul 2004 22:59:49 +0000 (22:59 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 6 Jul 2004 22:59:49 +0000 (22:59 +0000)
the first segment for mprotect, not l_text_end.

ChangeLog

index a4bcba7..d147626 100644 (file)
--- 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.