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 54b1273395 nss: Protect against errno changes in function lookup (bug 28953) new c82bdf033f Don't add access size hints to fortifiable functions new 0e6ebf06e4 Make sure that the fortified function conditionals are constant new 536910724d debug: Add tests for _FORTIFY_SOURCE=3 new 98ea9372cc __glibc_unsafe_len: Fix comment new 10f7bdebe5 fortify: Fix spurious warning with realpath new d6a58bd81d Enable _FORTIFY_SOURCE=3 for gcc 12 and above new f8c2f620f1 debug: Autogenerate _FORTIFY_SOURCE tests new 224d8c1890 debug: Synchronize feature guards in fortified functions [BZ [...]
The 8 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: Makerules | 6 + debug/Makefile | 113 +++++++---- debug/tst-chk2.c | 2 - debug/tst-chk3.c | 2 - debug/tst-chk4.cc | 1 - debug/tst-chk5.cc | 2 - debug/tst-chk6.cc | 2 - debug/{tst-chk1.c => tst-fortify.c} | 153 +++++++++----- debug/tst-lfschk1.c | 2 - debug/tst-lfschk2.c | 2 - debug/tst-lfschk3.c | 2 - debug/tst-lfschk4.cc | 2 - debug/tst-lfschk5.cc | 2 - debug/tst-lfschk6.cc | 2 - .../tst-realpath-chk.c | 19 +- include/features.h | 4 +- io/bits/poll2.h | 31 +-- io/sys/poll.h | 6 +- libio/bits/stdio2.h | 110 +++++----- libio/stdio.h | 4 +- misc/sys/cdefs.h | 60 +++++- posix/bits/unistd.h | 176 ++++------------ posix/unistd.h | 28 +-- socket/bits/socket2.h | 34 ++-- stdlib/bits/stdlib.h | 57 ++---- stdlib/stdlib.h | 5 +- string/bits/string_fortified.h | 13 +- string/string.h | 2 +- support/xsignal.h | 2 + wcsmbs/bits/wchar2.h | 221 ++++++--------------- 30 files changed, 471 insertions(+), 594 deletions(-) delete mode 100644 debug/tst-chk2.c delete mode 100644 debug/tst-chk3.c delete mode 100644 debug/tst-chk4.cc delete mode 100644 debug/tst-chk5.cc delete mode 100644 debug/tst-chk6.cc rename debug/{tst-chk1.c => tst-fortify.c} (90%) delete mode 100644 debug/tst-lfschk1.c delete mode 100644 debug/tst-lfschk2.c delete mode 100644 debug/tst-lfschk3.c delete mode 100644 debug/tst-lfschk4.cc delete mode 100644 debug/tst-lfschk5.cc delete mode 100644 debug/tst-lfschk6.cc copy sysdeps/ieee754/ldbl-128ibm-compat/test-wcstold-ldbl-compat.c => debug/tst-re [...]