This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tk1/gnu-release-arm-spec2k6-O3_VECT in repository toolchain/ci/glibc.
from 03e6e02e6a Disable debuginfod in printer tests [BZ #28757] adds 5575daae50 socket: Add the __sockaddr_un_set function adds 7b5d433fd0 CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "u [...] adds 1081f1d3dd sunrpc: Test case for clnt_create "unix" buffer overflow (bu [...] adds 6890b8a3ae CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bu [...] adds 1d401d1fcc x86: use default cache size if it cannot be determined [BZ #28784] adds 82b1acd9de powerpc: Fix unrecognized instruction errors with recent binutils
No new revisions were added by this update.
Summary of changes: NEWS | 12 +++++ include/sys/un.h | 12 +++++ socket/Makefile | 6 ++- .../gethostname.c => socket/sockaddr_un_set.c | 33 +++++------- socket/tst-sockaddr_un_set.c | 62 ++++++++++++++++++++++ sunrpc/Makefile | 5 +- sunrpc/clnt_gen.c | 10 ++-- sunrpc/svc_unix.c | 11 ++-- .../pthread/tst-eintr4.c => sunrpc/tst-bug22542.c | 38 ++++++------- .../pthread/tst-eintr4.c => sunrpc/tst-bug28768.c | 34 +++++------- sysdeps/powerpc/Makefile | 5 -- sysdeps/powerpc/tst-set_ppr.c | 3 +- sysdeps/x86/cacheinfo.h | 14 +++-- 13 files changed, 163 insertions(+), 82 deletions(-) copy sysdeps/posix/gethostname.c => socket/sockaddr_un_set.c (57%) create mode 100644 socket/tst-sockaddr_un_set.c copy sysdeps/pthread/tst-eintr4.c => sunrpc/tst-bug22542.c (56%) copy sysdeps/pthread/tst-eintr4.c => sunrpc/tst-bug28768.c (57%)