This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from fce5528fcb localedata: yo_NT: remove redundant comments new 9556acd249 debug: Adapt fortify tests to libsupport new bf320000b4 debug: Increase tst-fortify checks for compiler without __va [...] new 121aad59de debug: Add fortify dprintf tests new 446e2c935a debug: Add fortify syslog tests new a8a4c94ae9 debug: Add fortify wprintf tests
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: debug/Makefile | 7 +++ debug/test-stpcpy_chk.c | 2 +- debug/test-strcpy_chk.c | 2 +- debug/tst-fortify-syslog.c | 128 +++++++++++++++++++++++++++++++++++++++++++++ debug/tst-fortify-wide.c | 104 ++++++++++++++++++++++++++++++++++++ debug/tst-fortify.c | 83 ++++++++++++++++++----------- debug/tst-longjmp_chk.c | 8 ++- debug/tst-longjmp_chk2.c | 6 +-- debug/tst-longjmp_chk3.c | 6 +-- 9 files changed, 301 insertions(+), 45 deletions(-) create mode 100644 debug/tst-fortify-syslog.c create mode 100644 debug/tst-fortify-wide.c