From: Roland McGrath Date: Tue, 6 Jul 2004 22:59:49 +0000 (+0000) Subject: * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of X-Git-Tag: cvs/fedora-base~342 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4183d2a76ba5a04dbd083531365a3c5cdd4af6b2;p=thirdparty%2Fglibc.git * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of the first segment for mprotect, not l_text_end. --- diff --git a/ChangeLog b/ChangeLog index a4bcba7ee22..d147626c912 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-05-18 Andreas Schwab + + * 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 * elf/dl-profile.c (_dl_start_profile): Compact error handling.