This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.35/master in repository glibc.
from 1c7f51c75a x86_64: Fix asm constraints in feraiseexcept (bug 30305) new 413af1eb02 posix: Fix system blocks SIGCHLD erroneously [BZ #30163] new f2820e478c gmon: Fix allocated buffer overflow (bug 29444) new 9f81b8fa65 gmon: improve mcount overflow handling [BZ# 27576] new e698e8bd8e gmon: fix memory corruption issues [BZ# 30101]
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: NEWS | 4 ++ elf/dl-tunables.list | 13 ++++ gmon/Makefile | 37 ++++++++++- gmon/gmon.c | 59 ++++++++++++++---- gmon/mcount.c | 5 ++ gmon/sys/gmon.h | 6 +- debug/tst-realpath-chk.c => gmon/tst-mcleanup.c | 24 +++----- .../tst-mcount-overflow-check.sh | 54 ++++++++-------- gmon/tst-mcount-overflow.c | 72 ++++++++++++++++++++++ manual/tunables.texi | 59 ++++++++++++++++++ stdlib/tst-system.c | 26 ++++++++ support/Makefile | 2 + ...{timespec-add-time64.c => dtotimespec-time64.c} | 8 +-- support/dtotimespec.c | 50 +++++++++++++++ support/shell-container.c | 28 +++++++++ support/timespec.h | 4 ++ sysdeps/posix/system.c | 6 +- 17 files changed, 392 insertions(+), 65 deletions(-) copy debug/tst-realpath-chk.c => gmon/tst-mcleanup.c (69%) copy elf/tst-rtld-list-tunables.sh => gmon/tst-mcount-overflow-check.sh (54%) mode change 100755 => 100644 create mode 100644 gmon/tst-mcount-overflow.c copy support/{timespec-add-time64.c => dtotimespec-time64.c} (83%) create mode 100644 support/dtotimespec.c