This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.26/master in repository glibc.
from 947e2e0a94 Fix position of tests-unsupported definition in assert/Makefile. new 4fdd75e446 getaddrinfo: Remove unreachable return statement from gaih_inet new 5253749232 Synchronize support/ infrastructure with master new bdd8422cfb getaddrinfo: Use &errno has the errno pointer new 701f7873da getaddrinfo: Use &h_errno has the h_errno pointer new 8f46c60524 getaddrinfo: Properly set errno for NSS function lookup failure new 7ab87bccb6 getaddrinfo: In gaih_inet, use h_errno for certain status va [...] new 7966331555 getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports N [...] new a71a3374cd getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]
The 8 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 | 47 ++++++++++++++ NEWS | 2 + nss/Makefile | 7 +++ nss/tst-nss-files-hosts-erange.c | 109 ++++++++++++++++++++++++++++++++ resolv/tst-resolv-basic.c | 78 ++++++++++++++++------- support/namespace.h | 11 +++- support/support_chroot.c | 32 +++++++--- sysdeps/posix/getaddrinfo.c | 132 +++++++++++++++++++-------------------- 8 files changed, 315 insertions(+), 103 deletions(-) create mode 100644 nss/tst-nss-files-hosts-erange.c