This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.32/master in repository glibc.
from 6bbc1a3a35 x86-64: Require BMI2 for avx2 functions [BZ #29611] new 51e00fc5aa Fix typos in NEWS file new ede8acfdee Fix typos in "NEWS for version 2.32" new f6f96a16e6 NEWS: add entries for fixed bugs new 09c113cf00 NEWS: Move CVE-2020-27618 entry from 2.32 section to 2.32.1 new 32022774db NEWS: Move CVE-2021-33574 entry from 2.32 section to 2.32.1 new b2229db87d NEWS: Mention CVE-2019-25013 new 3299ce69c5 NEWS: Mention CVE-2021-3326 (iconv assertion with ISO-20220-JP-3) new aa510aa276 NEWS: Mention CVE-2021-27645 new cdf5ee727d NEWS: Mention CVE-2021-35942 new 1896ace580 iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923) new 6fd634e9b9 NEWS: Mention CVE-2020-29562 (BZ #26923) new b10d5e62a6 socket: Add the __sockaddr_un_set function new 52d57fc76d CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "u [...] new 76e807f5f1 sunrpc: Test case for clnt_create "unix" buffer overflow (bu [...] new 7a9e8a984a <shlib-compat.h>: Support compat_symbol_reference for _ISOMAC new 0c9137a444 CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bu [...]
The 16 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 | 115 +++++++++++++++++---- iconv/Makefile | 2 +- iconv/gconv_simple.c | 16 +-- iconvdata/bug-iconv13.c => iconv/tst-iconv8.c | 27 +++-- include/libc-symbols.h | 26 ++--- 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 +- elf/tst-dlmopen-twice.c => sunrpc/tst-bug22542.c | 28 +++-- elf/tst-dlmopen-twice.c => sunrpc/tst-bug28768.c | 26 +++-- 14 files changed, 268 insertions(+), 111 deletions(-) copy iconvdata/bug-iconv13.c => iconv/tst-iconv8.c (63%) copy sysdeps/posix/gethostname.c => socket/sockaddr_un_set.c (57%) create mode 100644 socket/tst-sockaddr_un_set.c copy elf/tst-dlmopen-twice.c => sunrpc/tst-bug22542.c (58%) copy elf/tst-dlmopen-twice.c => sunrpc/tst-bug28768.c (59%)