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 ff3a71ec1f gmon: fix memory corruption issues [BZ# 30101]
new a908c18d47 gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABI
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:
gmon/Makefile | 14 +-------------
gmon/gmon.c | 16 ----------------
2 files changed, 1 insertion(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from db7e7776b0f contrib: port doxygen script to Python3
new 1966741378d RISC-V: Eliminate redundant zero extension of minu/maxu operands
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:
gcc/config/riscv/bitmanip.md | 25 ++++++++++++++++++++++++-
gcc/testsuite/gcc.target/riscv/zbb-min-max-02.c | 4 ++--
gcc/testsuite/gcc.target/riscv/zbb-min-max-03.c | 13 +++++++++++++
3 files changed, 39 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1dd154f6407 PHIOPT: Move two_value_replacement to match.pd
new db7e7776b0f contrib: port doxygen script to Python3
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:
contrib/filter_gcc_for_doxygen | 2 +-
contrib/filter_params.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.