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_check_gcc/master-aarch64 in repository toolchain/ci/glibc.
from 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 adds a3393b3380 Use Linux 5.19 in build-many-glibcs.py
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 +- scripts/build-many-glibcs.py | 2 +- 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 +++++++-- 12 files changed, 295 insertions(+), 138 deletions(-) create mode 100644 socket/tst-cmsghdr-skeleton.c copy elf/tst-audit28.c => socket/tst-cmsghdr.c (53%)