This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch siddhesh/gai-cleanup2 in repository glibc.
discards b57bf811e5 gethosts: Return EAI_MEMORY on allocation failure discards fcd3773d1c gaih_inet: Split result generation into its own function discards a7f3fd9151 gaih_inet: split loopback lookup into its own function discards 770c388bd3 gaih_inet: make gethosts into a function discards 60d2cb30fe gaih_inet: separate nss lookup loop into its own function discards 5fff86f0f1 gaih_inet: Split nscd lookup code into its own function. discards 2cd71b2a0f gaih_inet: Split simple gethostbyname into its own function discards 9b755dcdcb gaih_inet: make numeric lookup a separate routine discards 5d920b7771 gaih_inet: Simplify service resolution discards 3c990fc87d getaddrinfo: Fix leak with AI_ALL [BZ #28852] discards 5d1e2d51eb gaih_inet: Simplify canon name resolution discards 63da75f3c9 Simplify allocations and fix merge and continue actions [BZ #28931] adds edddffc9df benchtests: make compare_strings.py accept string as attribu [...] adds c54d689269 inet: Fix getnameinfo (NI_NOFQDN) race condition (BZ#28566) adds b3c68b10af inet: Remove strdupa from nrl_domainname() adds 2da6e43916 inet: Return EAI_MEMORY when nrl_domainname() fails to alloc [...] adds edc696a73a libio: Ensure output buffer for wchars (bug #28828) adds 590f5992b6 Add some missing access function attributes adds d653fd2d9e malloc: Exit early on test failure in tst-realloc adds aefc79ab5a nss: Do not mention NSS test modules in <gnu/lib-names.h> adds 9bdf92c79d nss: Protect against errno changes in function lookup (bug 28953) new 62d440fb2f Simplify allocations and fix merge and continue actions [BZ #28931] new 7fd9114cfd gaih_inet: Simplify canon name resolution new ef804194d8 getaddrinfo: Fix leak with AI_ALL [BZ #28852] new 9f32ff6e6b gaih_inet: Simplify service resolution new 7ef5011578 gaih_inet: make numeric lookup a separate routine new 2ce32b946a gaih_inet: Split simple gethostbyname into its own function new 469df4bd37 gaih_inet: Split nscd lookup code into its own function. new be19240908 gaih_inet: separate nss lookup loop into its own function new e1aab41588 gaih_inet: make gethosts into a function new ff5240b4ed gaih_inet: split loopback lookup into its own function new ad4160f715 gaih_inet: Split result generation into its own function new 0b1d57fcdc gethosts: Return EAI_MEMORY on allocation failure
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (b57bf811e5) \ N -- N -- N refs/heads/siddhesh/gai-cleanup2 (0b1d57fcdc)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 12 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: benchtests/scripts/benchout_strings.schema.json | 7 +- inet/getnameinfo.c | 202 ++++++++++++---------- libio/Makefile | 2 +- elf/tst-p_align2.c => libio/tst-bz28828.c | 11 +- libio/{tst-cleanup.exp => tst-bz28828.input} | 0 libio/wfileops.c | 3 +- malloc/tst-realloc.c | 46 ++--- misc/sys/xattr.h | 22 ++- nss/Makefile | 26 +-- nss/nss_module.c | 12 +- nss/nss_test_errno.c | 58 +++++++ nss/tst-nss-gai-actions.c | 80 +++------ grp/tst-initgroups1.c => nss/tst-nss-test_errno.c | 61 ++++--- shlib-versions | 5 - stdlib/sys/random.h | 6 +- 15 files changed, 298 insertions(+), 243 deletions(-) copy elf/tst-p_align2.c => libio/tst-bz28828.c (79%) copy libio/{tst-cleanup.exp => tst-bz28828.input} (100%) create mode 100644 nss/nss_test_errno.c copy grp/tst-initgroups1.c => nss/tst-nss-test_errno.c (53%)