This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.41/master in repository glibc.
from e2d9e9eb26 x86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212] new 3f3b4fdd0b elf: Fix handling of symbol versions which hash to zero (bug 29190) new 42f9c70ac2 elf: Test dlopen (NULL, RTLD_LAZY) from an ELF constructor
The 2 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: NEWS | 1 + elf/Makefile | 30 ++++++++++++ elf/dl-lookup.c | 22 ++++++--- elf/dl-open.c | 10 ++++ elf/dl-version.c | 7 +++ ...c-mod8.c => tst-dlopen-constructor-null-mod1.c} | 38 ++++++++++----- ...c-mod8.c => tst-dlopen-constructor-null-mod2.c} | 28 +++++------ .../tst-dlopen-constructor-null.c | 29 +++++------ .../tst-version-hash-zero-linkmod.c | 9 ++-- elf/tst-version-hash-zero-linkmod.map | 7 +++ .../tst-version-hash-zero-mod.c | 8 ++-- elf/tst-version-hash-zero-mod.map | 13 +++++ .../tst-version-hash-zero-refmod.c | 11 +++-- elf/tst-version-hash-zero.c | 56 ++++++++++++++++++++++ 14 files changed, 207 insertions(+), 62 deletions(-) copy elf/{tst-dlopen-nodelete-reloc-mod8.c => tst-dlopen-constructor-null-mod1.c} (52%) copy elf/{tst-dlopen-nodelete-reloc-mod8.c => tst-dlopen-constructor-null-mod2.c} (62%) copy malloc/tst-aligned-alloc-random.c => elf/tst-dlopen-constructor-null.c (66%) copy malloc/tst-interpose-static-nothread.c => elf/tst-version-hash-zero-linkmod.c (71%) create mode 100644 elf/tst-version-hash-zero-linkmod.map copy malloc/tst-interpose-aux-thread.c => elf/tst-version-hash-zero-mod.c (80%) create mode 100644 elf/tst-version-hash-zero-mod.map copy malloc/tst-interpose-nothread.c => elf/tst-version-hash-zero-refmod.c (67%) create mode 100644 elf/tst-version-hash-zero.c