This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.34/master in repository glibc.
from 228cdb00a0 Simplify allocations and fix merge and continue actions [BZ #28931] new 51948fdf0f nss: Sort tests and tests-container and put one test per line new 01671608a3 gethosts: Remove unused argument _type new b195fd86c6 gaih_inet: Simplify canon name resolution new f7efb43738 getaddrinfo: Fix leak with AI_ALL [BZ #28852] new e05e5889b8 gaih_inet: Simplify service resolution new 922f2614d6 gaih_inet: make numeric lookup a separate routine new 3b5a3e5009 gaih_inet: Split simple gethostbyname into its own function new 5914a1d55b gaih_inet: Split nscd lookup code into its own function. new ec71cb9611 gaih_inet: separate nss lookup loop into its own function new 4d59769087 gaih_inet: make gethosts into a function new 6e3fed9d20 gaih_inet: split loopback lookup into its own function new 92478a808f gaih_inet: Split result generation into its own function new cc4544ef80 gethosts: Return EAI_MEMORY on allocation failure new e09ee267c0 getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)
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 | 55 +- nss/nss_test_gai_hv2_canonname.c | 56 + nss/tst-nss-gai-hv2-canonname.c | 63 + nss/tst-nss-gai-hv2-canonname.h | 1 + .../tst-nss-gai-hv2-canonname.root}/postclean.req | 0 .../tst-nss-gai-hv2-canonname.script | 2 + sysdeps/posix/getaddrinfo.c | 1574 ++++++++++---------- 7 files changed, 976 insertions(+), 775 deletions(-) create mode 100644 nss/nss_test_gai_hv2_canonname.c create mode 100644 nss/tst-nss-gai-hv2-canonname.c create mode 100644 nss/tst-nss-gai-hv2-canonname.h copy {elf/tst-glibc-hwcaps-2-cache.root => nss/tst-nss-gai-hv2-canonname.root}/pos [...] create mode 100644 nss/tst-nss-gai-hv2-canonname.root/tst-nss-gai-hv2-canonname.script