This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.40/master in repository glibc.
from 6daa771045 Replace advisories directory new 8bbb8d7b16 resolv: Allow short error responses to match any query (bug 31890) new ef14142663 resolv: Do not wait for non-existing second DNS response aft [...]
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: NEWS | 7 ++ resolv/Makefile | 6 ++ resolv/res_send.c | 31 ++++++--- resolv/tst-resolv-semi-failure.c | 133 +++++++++++++++++++++++++++++++++++++ resolv/tst-resolv-short-response.c | 124 ++++++++++++++++++++++++++++++++++ 5 files changed, 290 insertions(+), 11 deletions(-) create mode 100644 resolv/tst-resolv-semi-failure.c create mode 100644 resolv/tst-resolv-short-response.c