This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-release-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from d09b11cbe5 x86-64 strnlen/wcsnlen: Properly handle the length parameter [...] adds 9aaa083387 x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155] adds 8e92ca5dd7 resolv: Reformat inet_addr, inet_aton to GNU style adds 37edf1d3f8 resolv: Do not send queries for non-host-names in nss_dns [B [...] adds 2373941bd7 CVE-2016-10739: getaddrinfo: Fully parse IPv4 address string [...] adds c533244b8e nscd: Do not use __inet_aton_exact@GLIBC_PRIVATE [BZ #20018] adds 85224b0290 NEWS: Mention bug 24112.
No new revisions were added by this update.
Summary of changes: ChangeLog | 68 +++++++ NEWS | 15 ++ include/arpa/inet.h | 6 +- nscd/Makefile | 2 +- nscd/gai.c | 7 +- nscd/gethstbynm3_r.c | 2 - .../tst-size_t-wmemcmp.c => nscd/nscd-inet_addr.c | 18 +- nss/digits_dots.c | 3 +- resolv/Makefile | 7 + resolv/Versions | 1 + resolv/inet_addr.c | 226 ++++++++++++--------- resolv/nss_dns/dns-host.c | 24 ++- resolv/res_init.c | 17 +- resolv/tst-aton.c | 35 +++- resolv/tst-inet_aton_exact.c | 47 +++++ resolv/tst-resolv-nondecimal.c | 139 +++++++++++++ resolv/tst-resolv-trailing.c | 136 +++++++++++++ sysdeps/posix/getaddrinfo.c | 2 +- sysdeps/x86_64/memcmp.S | 20 +- sysdeps/x86_64/x32/Makefile | 3 +- .../{tst-size_t-memcmp.c => tst-size_t-memcmp-2.c} | 7 +- 21 files changed, 651 insertions(+), 134 deletions(-) copy sysdeps/x86_64/x32/tst-size_t-wmemcmp.c => nscd/nscd-inet_addr.c (62%) create mode 100644 resolv/tst-inet_aton_exact.c create mode 100644 resolv/tst-resolv-nondecimal.c create mode 100644 resolv/tst-resolv-trailing.c copy sysdeps/x86_64/x32/{tst-size_t-memcmp.c => tst-size_t-memcmp-2.c} (92%)