This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch ibm/2.30/master in repository glibc.
from 13e5c43287 Merge branch release/2.30/master into ibm/2.30/master new 67b1fb515c iconv: Accept redundant shift sequences in IBM1364 [BZ #26224] new 3d8ef60802 iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923) new 3e33d93073 Add NEWS entry for CVE-2020-29562 (BZ #26923) adds 369b47aaf7 x86-64: Avoid rep movsb with short distance [BZ #27130] adds 8113182a97 x86: Set header.feature_1 in TCB for always-on CET [BZ #27177] adds d811d240c0 x86: Check IFUNC definition in unrelocated executable [BZ #20019] adds 79bf3c9774 gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256) adds 1bf07898c9 nscd: Fix double free in netgroupcache [BZ #27462] new 903f0b6942 Merge branch release/2.30/master into ibm/2.30/master new fa4162af6f NEWS: Mention CVE-2021-3326 (iconv assertion with ISO-20220-JP-3) new 889122cbfa NEWS: Fix typo in CVE-2021-3326 entry
The 6 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 | 16 ++ elf/Makefile | 2 + elf/ifuncmain6pie.c | 14 +- elf/ifuncmod6.c | 8 +- iconv/Makefile | 2 +- iconv/gconv_simple.c | 16 +- iconv/{tst-iconv7.c => tst-iconv8.c} | 27 +- iconv/tst-iconv_prog.sh | 284 +++++++++++++++++++++ iconvdata/Makefile | 4 +- iconvdata/bug-iconv14.c | 127 +++++++++ iconvdata/ibm1364.c | 14 +- iconvdata/iso-2022-jp-3.c | 67 +++-- nscd/netgroupcache.c | 4 +- sysdeps/i386/dl-machine.h | 16 +- sysdeps/x86/Makefile | 6 + sysdeps/x86/dl-cet.c | 6 +- sysdeps/x86/tst-setjmp-cet.c | 1 + sysdeps/x86_64/dl-machine.h | 16 +- .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 21 ++ 19 files changed, 562 insertions(+), 89 deletions(-) copy iconv/{tst-iconv7.c => tst-iconv8.c} (59%) create mode 100644 iconv/tst-iconv_prog.sh create mode 100644 iconvdata/bug-iconv14.c create mode 100644 sysdeps/x86/tst-setjmp-cet.c