This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch ibm/2.24/master in repository glibc.
from 5939404d49 Merge branch 'release/2.24/master' into ibm/2.24/master adds b3b37f1a55 CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784] adds d012ea8506 X86_64: Don't use PLT nor GOT in static archives [BZ #20750] adds 4d393a8831 Add VZEROUPPER to memset-vec-unaligned-erms.S [BZ #21081] adds 658b0abcff hppa: Fix setting of __libc_stack_end adds 7043946c79 posix_spawn: fix stack setup on ia64 [BZ #21275] adds 8cc2792743 fts: Fix symbol redirect for fts_set [BZ #21289] adds cc5dcd8803 posix_spawn: use a larger min stack for -fstack-check [BZ #21253] adds 3966298a45 x86-64: Improve branch predication in _dl_runtime_resolve_av [...] adds b2e8c40afc Fix MIPS n64 readahead (bug 21026). new 3af49a0209 Merge branch release/2.24/master into ibm/2.24/master
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 65 ++++++++ NEWS | 9 + include/arpa/nameser_compat.h | 6 +- io/fts.h | 2 +- resolv/Makefile | 5 + resolv/nss_dns/dns-host.c | 2 +- resolv/res_mkquery.c | 4 + resolv/res_query.c | 6 +- resolv/tst-resolv-qtypes.c | 185 +++++++++++++++++++++ sysdeps/hppa/dl-machine.h | 9 +- .../unix/sysv/linux/mips/mips64/n64/syscalls.list | 2 + sysdeps/unix/sysv/linux/spawni.c | 16 +- sysdeps/x86_64/dl-trampoline.S | 3 +- sysdeps/x86_64/dl-trampoline.h | 9 +- .../x86_64/multiarch/memset-vec-unaligned-erms.S | 2 + sysdeps/x86_64/sysdep.h | 3 +- 16 files changed, 303 insertions(+), 25 deletions(-) create mode 100644 resolv/tst-resolv-qtypes.c