This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch ibm/2.28/master in repository glibc.
from 32e03a5b64 Let ld.so have flags DT_RPATH and DT_RUNPATH adds 7f11842e74 hurd: Add missing symbols for proper libc_get/setspecific adds 726e1554ce hurd: Avoid PLTs for __pthread_get/setspecific adds 4b25485f03 Linux: Rewrite __old_getdents64 [BZ #23497] adds d05b05d157 error, error_at_line: Add missing va_end calls adds bfcfa22589 nscd: Deallocate existing user names in file parser adds 2f498f3d14 nss_files: Fix file stream leak in aliases lookup [BZ #23521] adds b0aa03dfff RISC-V: Fix rounding save/restore bug. adds 66fdfd57fe Regen RISC-V rvd ULPs adds c87b5bab24 Improve ChangeLog message. new fd644b6fd9 Merge branch release/2.28/master into ibm/2.28/master
The 1 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 | 50 ++++++ NEWS | 8 + htl/Versions | 2 + misc/error.c | 2 + nscd/nscd_conf.c | 6 +- nss/Makefile | 3 + nss/nss_files/files-alias.c | 9 + nss/tst-nss-files-alias-leak.c | 237 +++++++++++++++++++++++++ sysdeps/htl/pt-getspecific.c | 1 + sysdeps/htl/pt-setspecific.c | 1 + sysdeps/htl/pthreadP.h | 2 + sysdeps/riscv/rv64/rvd/libm-test-ulps | 16 +- sysdeps/riscv/rvf/math_private.h | 2 +- sysdeps/unix/sysv/linux/Makefile | 1 + sysdeps/unix/sysv/linux/getdents64.c | 89 +++++++--- sysdeps/unix/sysv/linux/tst-readdir64-compat.c | 111 ++++++++++++ 16 files changed, 509 insertions(+), 31 deletions(-) create mode 100644 nss/tst-nss-files-alias-leak.c create mode 100644 sysdeps/unix/sysv/linux/tst-readdir64-compat.c