This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.31/master in repository glibc.
from b061e95277 Revert "Fix __minimal_malloc segfaults in __mmap due to stac [...] new 547b63bf6d socket: Add the __sockaddr_un_set function new c4c833d3dd CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "u [...] new 412aaf1522 sunrpc: Test case for clnt_create "unix" buffer overflow (bu [...]
The 3 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 | 5 +++ include/sys/un.h | 12 ++++++ socket/Makefile | 6 ++- signal/sigempty.c => socket/sockaddr_un_set.c | 23 ++++++---- socket/tst-sockaddr_un_set.c | 62 +++++++++++++++++++++++++++ sunrpc/Makefile | 5 ++- sunrpc/clnt_gen.c | 10 +++-- nptl/tst-eintr4.c => sunrpc/tst-bug22542.c | 38 ++++++++-------- 8 files changed, 126 insertions(+), 35 deletions(-) copy signal/sigempty.c => socket/sockaddr_un_set.c (57%) create mode 100644 socket/tst-sockaddr_un_set.c copy nptl/tst-eintr4.c => sunrpc/tst-bug22542.c (56%)