diff options
author | Roland McGrath <roland@gnu.org> | 2004-07-06 22:59:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-07-06 22:59:49 +0000 |
commit | 4183d2a76ba5a04dbd083531365a3c5cdd4af6b2 (patch) | |
tree | 415165420fa8f582ceae0eaf78c88e12b8e616cc | |
parent | 3fb035f6a242b95261c94376f2c4d770f36e4eed (diff) | |
download | glibc-4183d2a76ba5a04dbd083531365a3c5cdd4af6b2.zip glibc-4183d2a76ba5a04dbd083531365a3c5cdd4af6b2.tar.gz glibc-4183d2a76ba5a04dbd083531365a3c5cdd4af6b2.tar.bz2 |
* 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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |