This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.25/master in repository glibc.
from 5852098 Fix getting tunable values on big-endian (BZ #21109) new 045e368 sunrpc: Avoid use-after-free read access in clntudp_call [BZ #21115] new 93cf93e sunrpc: Improvements for UDP client timeout handling [BZ #20257]
The 2 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 | 31 ++++ NEWS | 2 + inet/Makefile | 8 +- inet/deadline.c | 122 +++++++++++++ inet/net-internal.h | 89 ++++++++++ inet/tst-deadline.c | 188 ++++++++++++++++++++ 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 +++++++++++++++++++++++++++++++++++++++++++ 12 files changed, 1421 insertions(+), 60 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