This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 801af9fafd gmon: Fix allocated buffer overflow (bug 29444) new 31be941e43 gmon: improve mcount overflow handling [BZ# 27576]
The 1 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/dl-tunables.list | 13 ++++ gmon/Makefile | 22 ++++++- gmon/gmon.c | 29 +++++++-- gmon/mcount.c | 5 ++ gmon/sys/gmon.h | 6 +- .../tst-mcount-overflow-check.sh | 34 +++++++--- gmon/tst-mcount-overflow.c | 72 ++++++++++++++++++++++ manual/tunables.texi | 59 ++++++++++++++++++ 8 files changed, 226 insertions(+), 14 deletions(-) copy sysdeps/aarch64/dl-tunables.list => gmon/tst-mcount-overflow-check.sh (55%) create mode 100644 gmon/tst-mcount-overflow.c