This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.34/master in repository glibc.
from 71eb9cc1ff x86_64: Fix asm constraints in feraiseexcept (bug 30305) new 567f7413fb posix: Fix system blocks SIGCHLD erroneously [BZ #30163] new 8e1a8e04b1 gmon: Fix allocated buffer overflow (bug 29444) new 4dd89b2a8f gmon: improve mcount overflow handling [BZ# 27576] new f1b15d2005 gmon: fix memory corruption issues [BZ# 30101] new 0ea8174d62 gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABI
The 5 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 | 25 +++++++- gmon/gmon.c | 43 +++++++++---- 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 ++++++++++++++++++++++ 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 +- 16 files changed, 305 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