This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.33/master in repository glibc.
from 3e9ca60a58 linux: always update select timeout (BZ #27706) new e07abf59b2 tunables: Fix comparison of tunable values new 45b2c57d34 support: Typo and formatting fixes new 249c486ce8 support: Pass environ to child process new 267e174f19 support: Add capability to fork an sgid child new ee16c81063 tst-env-setuid: Use support_capture_subprogram_self_sgid new a7b8e8ec9b Enhance setuid-tunables test new 1bf38e7260 Fix SXID_ERASE behavior in setuid programs (BZ #27471)
The 7 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 | 2 - elf/dl-tunable-types.h | 17 +++ elf/dl-tunables.c | 81 +++++++------- elf/dl-tunables.h | 18 ++++ elf/tst-env-setuid-tunables.c | 118 +++++++++++++++++---- elf/tst-env-setuid.c | 197 +++------------------------------- stdlib/tst-secure-getenv.c | 199 ++++------------------------------- support/capture_subprocess.h | 6 ++ support/subprocess.h | 5 + support/support_capture_subprocess.c | 128 +++++++++++++++++++++- support/support_subprocess.c | 21 +++- 11 files changed, 358 insertions(+), 434 deletions(-)