This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 5f8340f583 getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports N [...] new f4a6be2582 getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]
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 | 14 +++++ nss/Makefile | 7 +++ nss/tst-nss-files-hosts-erange.c | 109 +++++++++++++++++++++++++++++++++++++++ resolv/tst-resolv-basic.c | 78 +++++++++++++++++++--------- sysdeps/posix/getaddrinfo.c | 42 +++++++-------- 5 files changed, 205 insertions(+), 45 deletions(-) create mode 100644 nss/tst-nss-files-hosts-erange.c