This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.26/master in repository glibc.
from 48bef587bf signal: Use correct type for si_band in siginfo_t [BZ #23562] new 27611fd05b Avoid use of strlen in getlogin_r (bug 22447). new e37ec9c813 utmp: Avoid -Wstringop-truncation warning new d161b294e1 timezone: pacify GCC -Wstringop-truncation new 636f49ba92 Fix p_secstodate overflow handling (bug 22463). new 3fb525c103 Increase buffer size due to warning from ToT GCC new 935cecfe9a Fix nscd readlink argument aliasing (bug 22446). new dd03d15e28 Fix string/tester.c build with GCC 8. new 70e810a30c Disable strncat test array-bounds warnings for GCC 8. new fe5978e1a5 Ignore -Wrestrict for one strncat test. new 6ae2ca620a Fix string/bug-strncat1.c build with GCC 8. new 33f5de7a79 Disable -Wrestrict for two nptl/tst-attr3.c tests.
The 11 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: ChangeLog | 76 ++++++++++++++++++++++++++++++++ NEWS | 3 ++ misc/sys/cdefs.h | 9 ++++ nptl/tst-attr3.c | 19 ++++++++ nscd/connections.c | 5 ++- nscd/dbg_log.c | 2 +- resolv/Makefile | 3 +- resolv/res_debug.c | 24 +++++++++- resolv/tst-p_secstodate.c | 67 ++++++++++++++++++++++++++++ string/bug-strncat1.c | 8 ++++ string/tester.c | 58 ++++++++++++++++++++++-- sysdeps/gnu/bits/utmp.h | 9 ++-- sysdeps/unix/getlogin_r.c | 5 ++- sysdeps/unix/sysv/linux/s390/bits/utmp.h | 9 ++-- timezone/zic.c | 2 +- 15 files changed, 281 insertions(+), 18 deletions(-) create mode 100644 resolv/tst-p_secstodate.c