This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch google/grte/v5-2.27/master in repository glibc.
from 2b1ebe408a Typo in configure.ac new 66bec53f07 CVE-2016-10739: getaddrinfo: Fully parse IPv4 address string [...] new ac5b880423 CVE-2018-19591: if_nametoindex: Fix descriptor for overlong [...] new 5643a977d0 getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999) new be3c0fe888 Optimize pthread_cond_timedwait to avoid unnecessary call to [...]
The 4 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 | 41 ++++++++++++++++++ NEWS | 14 ++++++ include/arpa/inet.h | 6 +-- nptl/pthread_cond_wait.c | 29 ++----------- nptl/sem_waitcommon.c | 4 +- nscd/gai.c | 1 - nscd/gethstbynm3_r.c | 2 - nss/digits_dots.c | 3 +- resolv/Versions | 1 + resolv/inet_addr.c | 73 ++++++++++++++++++++------------ resolv/res_init.c | 17 +++++--- resolv/tst-aton.c | 35 ++++++++++++--- resolv/tst-inet_aton_exact.c | 47 ++++++++++++++++++++ sysdeps/nptl/futex-internal.h | 2 +- sysdeps/posix/getaddrinfo.c | 2 +- sysdeps/posix/getcwd.c | 8 ++++ sysdeps/sparc/sparc32/sem_waitcommon.c | 2 +- sysdeps/unix/sysv/linux/futex-internal.h | 4 +- sysdeps/unix/sysv/linux/if_index.c | 11 ++--- 19 files changed, 219 insertions(+), 83 deletions(-) create mode 100644 resolv/tst-inet_aton_exact.c