This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 5165de69c0 x86-64 strnlen/wcsnlen: Properly handle the length parameter [...] new 108bc4049f CVE-2016-10739: getaddrinfo: Fully parse IPv4 address string [...]
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 | 33 ++++++++++ NEWS | 4 ++ include/arpa/inet.h | 6 +- nscd/gai.c | 1 - nscd/gethstbynm3_r.c | 2 - nss/digits_dots.c | 3 +- resolv/Makefile | 7 +++ resolv/Versions | 1 + resolv/inet_addr.c | 62 ++++++++++++------ 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 +- 15 files changed, 455 insertions(+), 40 deletions(-) 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