This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 9df157b4ed iconv: Add UTF-7-IMAP variant in utf-7.c new 1c37b8022e Simplify allocations and fix merge and continue actions [BZ #28931] new d01411f6bc gaih_inet: Simplify canon name resolution new 3004604607 getaddrinfo: Fix leak with AI_ALL [BZ #28852] new 8d6cf99f2f gaih_inet: Simplify service resolution new 26dea46119 gaih_inet: make numeric lookup a separate routine new b44389cb7f gaih_inet: Split simple gethostbyname into its own function new e7e5315b7f gaih_inet: Split nscd lookup code into its own function. new 906cecbe08 gaih_inet: separate nss lookup loop into its own function new cfa3bd48cb gaih_inet: make gethosts into a function new 657472b2a5 gaih_inet: split loopback lookup into its own function new ac4653ef50 gaih_inet: Split result generation into its own function new b587456c0e gethosts: Return EAI_MEMORY on allocation failure new 06890c7ba5 gaiconf_init: Refactor some bits for readability new bc0d18d873 gai_init: Avoid jumping from if condition to its else counterpart
The 14 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: nss/Makefile | 1 + nss/tst-nss-gai-actions.c | 149 ++ .../etc/host.conf | 0 nss/tst-nss-gai-actions.root/etc/hosts | 508 +++++ sysdeps/posix/getaddrinfo.c | 2127 ++++++++++---------- 5 files changed, 1775 insertions(+), 1010 deletions(-) create mode 100644 nss/tst-nss-gai-actions.c copy nss/{tst-nss-files-hosts-long.root => tst-nss-gai-actions.root}/etc/host.conf (100%) create mode 100644 nss/tst-nss-gai-actions.root/etc/hosts