aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-10-27 01:36:12 +0000
committerUlrich Drepper <drepper@redhat.com>2003-10-27 01:36:12 +0000
commit5a4b5076f1e002ebb43ccbab7d84dfa76d96146e (patch)
tree1984a0b90076335862befa306ff274627c8af1b4 /ChangeLog
parent98d2ca3d87a854f163d6989dc8b22aee63588c09 (diff)
downloadglibc-5a4b5076f1e002ebb43ccbab7d84dfa76d96146e.tar.xz
glibc-5a4b5076f1e002ebb43ccbab7d84dfa76d96146e.zip
Update.
* include/dlfcn.h (__RTLD_OPENEXEC): Define. * elf/dl-load.c (_dl_map_object_from_fd): Don't allow loading executables unless __RTLD_OPENEXEC flag is present. * elf/rtld.c (dl_main): Pass __RTLD_OPENEXEC flag to _dl_map_object when loading the executable. reverse lookup format for IPv6 addresses is using bitstring and * resolv/ns_name.c: Implement encoding and decoding bitstring in
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 924bd00967..04bc03bc2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,19 @@
2003-10-26 Ulrich Drepper <drepper@redhat.com>
+ * include/dlfcn.h (__RTLD_OPENEXEC): Define.
+ * elf/dl-load.c (_dl_map_object_from_fd): Don't allow loading
+ executables unless __RTLD_OPENEXEC flag is present.
+ * elf/rtld.c (dl_main): Pass __RTLD_OPENEXEC flag to
+ _dl_map_object when loading the executable.
+
* sysdeps/generic/glob.c (glob): Handle GLOB_BRACE and escaping
correctly.
* posix/globtest.sh: Add tests for GLOB_BRACE and escaping.
* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Default
- reverse lookup format for IPv6 addresses is using bitfields and
+ reverse lookup format for IPv6 addresses is using bitstring and
.ip6.arpa suffix.
- * resolv/ns_name.c: Implement encoding and decoding bitfields in
+ * resolv/ns_name.c: Implement encoding and decoding bitstring in
hex format.
2003-10-23 Jakub Jelinek <jakub@redhat.com>