This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.38/master in repository glibc.
from 5a08d049dc math: Improve layout of exp/exp10 data new 3be3728df2 elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static new 454f24e981 support: Use const char * argument in support_capture_subpro [...] new 4335cd9b58 support: Add support_record_failure_barrier new 31fa0f73e2 elf: Test case for bug 32976 (CVE-2025-4802)
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: elf/Makefile | 4 ++ elf/dl-support.c | 32 +++++------ elf/tst-dlopen-sgid-mod.c | 1 + elf/tst-dlopen-sgid.c | 104 +++++++++++++++++++++++++++++++++++ support/capture_subprocess.h | 3 +- support/check.h | 3 + support/support_capture_subprocess.c | 6 +- support/support_record_failure.c | 10 ++++ 8 files changed, 142 insertions(+), 21 deletions(-) create mode 100644 elf/tst-dlopen-sgid-mod.c create mode 100644 elf/tst-dlopen-sgid.c