This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 9c8e644 alpha: Use saturating arithmetic in memchr new 8b9e9c3 tunables: Fix environment variable processing for setuid bina [...] new ed8d5ff Drop GLIBC_TUNABLES for setxid programs when tunables is disa [...]
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: ChangeLog | 30 ++++ elf/Makefile | 6 +- elf/dl-tunable-types.h | 15 ++ elf/dl-tunables.c | 119 +++++++++++--- elf/dl-tunables.h | 15 +- elf/dl-tunables.list | 16 +- elf/tst-env-setuid-tunables.c | 69 ++++++++ stdlib/tst-secure-getenv.c => elf/tst-env-setuid.c | 176 +++++++++++++-------- scripts/gen-tunables.awk | 8 +- sysdeps/generic/unsecvars.h | 7 + 10 files changed, 358 insertions(+), 103 deletions(-) create mode 100644 elf/tst-env-setuid-tunables.c copy stdlib/tst-secure-getenv.c => elf/tst-env-setuid.c (64%)