diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-19 02:48:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-19 02:48:59 +0000 |
commit | dcca3fe25f4a57f351ce95253f32e191dfe1167d (patch) | |
tree | 47ed6fa14ac4ec6b14b20e06ffe69e424622ba4f /ChangeLog | |
parent | d72433621f75bce7281adb7060459f6918287926 (diff) | |
download | glibc-dcca3fe25f4a57f351ce95253f32e191dfe1167d.zip glibc-dcca3fe25f4a57f351ce95253f32e191dfe1167d.tar.gz glibc-dcca3fe25f4a57f351ce95253f32e191dfe1167d.tar.bz2 |
Update.
* sysdeps/unisx/sysv/linux/dl-execstack.c: Get protection flag
from memory.
* elf/dl-load.c (_dl_map_object_from_fd): Add PROT_EXEC flag to
__stack_flags.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2004-09-18 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unisx/sysv/linux/dl-execstack.c: Get protection flag + from memory. + * elf/dl-load.c (_dl_map_object_from_fd): Add PROT_EXEC flag to + __stack_flags. + * sysdeps/posix/getaddrinfo.c (gaih_inet): Do not use gethostbyname3_r if we are not looking for the canonical name. |