This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64 in repository toolchain/ci/glibc.
from 5fded9c445 Open master branch for glibc 2.37 development adds 825f84f133 stdlib: Suppress gcc diagnostic that char8_t is a keyword in [...] adds e03f5ccd6c wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency adds 032712621f Remove spurious references to _dl_open_hook adds 7187efd0aa malloc: Use __getrandom_nocancel during tcache initiailization adds c622ac1b86 stdlib: Simplify arc4random_uniform adds 70ff58ced4 htl: Let pthread_self and cancellability called early adds 521d540562 Don't use unsupported format string in ld.so (bug 29427) adds 9c443ac455 socket: Check lengths before advancing pointer in CMSG_NXTHDR
No new revisions were added by this update.
Summary of changes: bits/socket.h | 40 +++++++-- elf/dl-diagnostics.c | 2 +- htl/cancellation.c | 8 ++ htl/pt-self.c | 8 +- libio/vtables.c | 4 - malloc/arena.c | 5 -- malloc/malloc.c | 3 +- socket/Makefile | 1 + socket/tst-cmsghdr-skeleton.c | 92 +++++++++++++++++++++ elf/tst-audit28.c => socket/tst-cmsghdr.c | 35 ++++++-- stdlib/arc4random_uniform.c | 129 +++++++----------------------- sysdeps/mach/hurd/bits/socket.h | 40 +++++++-- sysdeps/unix/sysv/linux/bits/socket.h | 40 +++++++-- sysdeps/unix/sysv/linux/cmsg_nxthdr.c | 36 +++++++-- wcsmbs/Makefile | 2 + wcsmbs/uchar.h | 8 ++ 16 files changed, 306 insertions(+), 147 deletions(-) create mode 100644 socket/tst-cmsghdr-skeleton.c copy elf/tst-audit28.c => socket/tst-cmsghdr.c (53%)