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 41a11a5e83 hurd: optimize exec cleanup adds 0eb230ccce hurd: Make RPC input array parameters const adds b4d4ff8963 elf: Introduce rtld_setup_main_map adds 8eb2510d38 elf: Set l_contiguous to 1 for the main map in more cases adds 06200aac9b elf/tst-dl_find_object: Disable subtests for non-contiguous [...] new e368b12f6c socket: Add the __sockaddr_un_set function new 226b46770c CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "u [...] new ef972a4c50 sunrpc: Test case for clnt_create "unix" buffer overflow (bu [...] new f545ad4928 CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bu [...]
The 4 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: NEWS | 7 +- elf/rtld.c | 328 ++++++++++++--------- elf/tst-dl_find_object.c | 29 +- hurd/hurdauth.c | 4 +- hurd/hurdmsg.c | 14 +- hurd/report-wait.c | 2 +- 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 | 37 ++- .../pthread/tst-eintr4.c => sunrpc/tst-bug28768.c | 33 +-- 15 files changed, 356 insertions(+), 237 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%)