diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-12-14 15:18:38 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-12-14 15:27:08 +0100 |
commit | 8a0b17e48b83e933960dfeb8fa08b259f03f310e (patch) | |
tree | 34c8b4ae867dd10a5f340dcad1109efbfcd12bce /ChangeLog | |
parent | f58bd7f055988d367d8118ccbc4cb8c4dbfd9db2 (diff) | |
download | glibc-8a0b17e48b83e933960dfeb8fa08b259f03f310e.tar glibc-8a0b17e48b83e933960dfeb8fa08b259f03f310e.tar.gz glibc-8a0b17e48b83e933960dfeb8fa08b259f03f310e.tar.bz2 glibc-8a0b17e48b83e933960dfeb8fa08b259f03f310e.zip |
elf: Compute correct array size in _dl_init_paths [BZ #22606]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2017-12-14 Florian Weimer <fweimer@redhat.com> + [BZ #22606] + CVE-2017-1000408 + * elf/dl-load.c (system_dirs): Update comment. + (nsystem_dirs_len): Use array_length. + (_dl_init_paths): Use nsystem_dirs_len to compute the array size. + +2017-12-14 Florian Weimer <fweimer@redhat.com> + Simplify compiling most of support/ outside of glibc. * support/check_addrinfo.c: Include <string.h>. * support/check_dns_packet.c: Likewise. |