This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.28/master in repository glibc.
from 4352eb4e5d nscd: Fix double free in netgroupcache [BZ #27462] new e23cdedb6b support: Add support_capture_subprogram new 7e3b1e71ab support: Pass environ to child process new d79d7e13ba support: Typo and formatting fixes new b790d1c116 support: Add capability to fork an sgid child new c43e69db62 tst-env-setuid: Use support_capture_subprogram_self_sgid new 6cd05bc77f Enhance setuid-tunables test new 83d6f50313 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-tunables.c | 56 ++- elf/tst-env-setuid-tunables.c | 118 +++++- elf/tst-env-setuid.c | 197 +-------- include/intprops.h | 455 +++++++++++++++++++++ stdlib/tst-secure-getenv.c | 188 +-------- support/Makefile | 6 + support/capture_subprocess.h | 12 + support/subprocess.h | 54 +++ support/support_capture_subprocess.c | 198 +++++++-- support/support_subprocess.c | 165 ++++++++ support/tst-support_capture_subprocess.c | 183 ++++++++- .../xposix_spawn.c | 23 +- .../xposix_spawn_file_actions_addclose.c | 18 +- .../xposix_spawn_file_actions_adddup2.c | 19 +- .../tst-cet-legacy-mod-6c.c => support/xspawn.h | 30 +- 16 files changed, 1224 insertions(+), 500 deletions(-) create mode 100644 include/intprops.h create mode 100644 support/subprocess.h create mode 100644 support/support_subprocess.c copy sysdeps/x86/tst-cet-legacy-mod-5.c => support/xposix_spawn.c (65%) copy sysdeps/x86/tst-cet-legacy-mod-6.c => support/xposix_spawn_file_actions_addcl [...] copy sysdeps/x86/tst-cet-legacy-mod-6.c => support/xposix_spawn_file_actions_adddu [...] copy sysdeps/x86/tst-cet-legacy-mod-6c.c => support/xspawn.h (64%)