This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.37/master in repository glibc.
from 78ab913eab posix: Fix system blocks SIGCHLD erroneously [BZ #30163] new 5d750495db gmon: Fix allocated buffer overflow (bug 29444) new d230623264 gmon: improve mcount overflow handling [BZ# 27576] new ff3a71ec1f gmon: fix memory corruption issues [BZ# 30101]
The 3 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 | 3 + elf/dl-tunables.list | 13 ++++ gmon/Makefile | 35 ++++++++++- 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 | 34 +++++++--- gmon/tst-mcount-overflow.c | 72 ++++++++++++++++++++++ manual/tunables.texi | 59 ++++++++++++++++++ 10 files changed, 273 insertions(+), 37 deletions(-) copy debug/tst-realpath-chk.c => gmon/tst-mcleanup.c (69%) copy sysdeps/aarch64/dl-tunables.list => gmon/tst-mcount-overflow-check.sh (55%) create mode 100644 gmon/tst-mcount-overflow.c