This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.26/master in repository glibc.
from d300041c53 Update NEWS for bug 22343 and bug 22774 new 7e7a5f0bcd resolv: Fully initialize struct mmsghdr in send_dg [BZ #23037] new 1f7c4748d6 getlogin_r: return early when linux sentinel value is set new 31e2d15b80 Fix crash in resolver on memory allocation failure (bug 23005) new 71d339cb86 Fix i386 memmove issue (bug 22644). new 677e6d13e0 [BZ #22342] Fix netgroup cache keys. new 3241353ab2 i386: Fix i386 sigaction sa_restorer initialization (BZ#21269) new 02f0dd83a4 Fix signed integer overflow in random_r (bug 17343). new be056fae3b Fix blocking pthread_join. [BZ #23137] new 365722ace6 Fix stack overflow with huge PT_NOTE segment [BZ #20419] new af7519f7b3 Fix path length overflow in realpath [BZ #22786]
The 10 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: ChangeLog | 68 ++++++ NEWS | 10 + elf/Makefile | 9 +- elf/dl-load.c | 21 +- .../bench-timing-type.c => elf/tst-big-note-lib.S | 19 +- .../bench-timing-type.c => elf/tst-big-note.c | 13 +- nscd/netgroupcache.c | 2 +- resolv/res_send.c | 45 ++-- stdlib/Makefile | 2 +- stdlib/canonicalize.c | 2 +- stdlib/random_r.c | 9 +- stdlib/test-bz22786.c | 90 ++++++++ string/test-memmove.c | 58 +++++ .../i386/i686/multiarch/memcpy-sse2-unaligned.S | 12 +- sysdeps/nptl/lowlevellock.h | 13 +- sysdeps/unix/sysv/linux/getlogin_r.c | 9 + sysdeps/unix/sysv/linux/i386/Makefile | 3 + sysdeps/unix/sysv/linux/i386/sigaction.c | 3 +- sysdeps/unix/sysv/linux/i386/tst-bz21269.c | 233 +++++++++++++++++++++ 19 files changed, 561 insertions(+), 60 deletions(-) copy benchtests/bench-timing-type.c => elf/tst-big-note-lib.S (66%) copy benchtests/bench-timing-type.c => elf/tst-big-note.c (70%) create mode 100644 stdlib/test-bz22786.c create mode 100644 sysdeps/unix/sysv/linux/i386/tst-bz21269.c