This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.35/master
in repository glibc.
from 6e867146ee Simplify allocations and fix merge and continue actions [BZ #28931]
new b126325fc7 nss: Sort tests and tests-container and put one test per line
new f366eaa608 gaih_inet: Simplify canon name resolution
new d02808dee9 getaddrinfo: Fix leak with AI_ALL [BZ #28852]
new 9aad91abe6 gaih_inet: Simplify service resolution
new 571c531b3b gaih_inet: make numeric lookup a separate routine
new 4897bf7968 gaih_inet: Split simple gethostbyname into its own function
new ce64e72b7d gaih_inet: Split nscd lookup code into its own function.
new 9098deb96a gaih_inet: separate nss lookup loop into its own function
new 8b70d97b08 gaih_inet: make gethosts into a function
new a6da106892 gaih_inet: split loopback lookup into its own function
new f5f88f142a gaih_inet: Split result generation into its own function
new 1b9087dcec gethosts: Return EAI_MEMORY on allocation failure
new e3ccb230a9 getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)
The 13 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 | 56 +-
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, 977 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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.