This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gentoo/2.25 in repository glibc.
from 09385d5 sys/types.h: drop sys/sysmacros.h include new 0232af1 Fix getting tunable values on big-endian (BZ #21109) new 55df100 sunrpc: Avoid use-after-free read access in clntudp_call [BZ #21115] new 23b0289 sunrpc: Improvements for UDP client timeout handling [BZ #20257] new 32b4c41 Document and fix --enable-bind-now [BZ #21015] new 883dae8 hppa: Fix setting of __libc_stack_end new 92bec3d x86_64: fix static build of __mempcpy_chk for compilers defau [...]
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: INSTALL | 6 + Makeconfig | 7 + Makerules | 9 +- elf/dl-tunable-types.h | 4 +- elf/dl-tunables.c | 2 + iconvdata/Makefile | 5 + inet/Makefile | 8 +- inet/deadline.c | 122 +++++++++ inet/net-internal.h | 89 ++++++ inet/tst-deadline.c | 188 +++++++++++++ malloc/arena.c | 8 +- manual/install.texi | 6 + sunrpc/Makefile | 11 +- sunrpc/clnt_udp.c | 129 +++++---- sunrpc/tst-udp-error.c | 62 +++++ sunrpc/tst-udp-garbage.c | 104 +++++++ sunrpc/tst-udp-nonblocking.c | 333 +++++++++++++++++++++++ sunrpc/tst-udp-timeout.c | 402 ++++++++++++++++++++++++++++ sysdeps/hppa/dl-machine.h | 9 +- sysdeps/unix/sysv/linux/alpha/localplt.data | 2 +- sysdeps/unix/sysv/linux/i386/localplt.data | 2 +- sysdeps/x86_64/localplt.data | 2 +- sysdeps/x86_64/mempcpy_chk.S | 2 +- 23 files changed, 1431 insertions(+), 81 deletions(-) create mode 100644 inet/deadline.c create mode 100644 inet/tst-deadline.c create mode 100644 sunrpc/tst-udp-error.c create mode 100644 sunrpc/tst-udp-garbage.c create mode 100644 sunrpc/tst-udp-nonblocking.c create mode 100644 sunrpc/tst-udp-timeout.c