This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from b0fbcb7d00 malloc: add multi-threaded tests for aligned_alloc/calloc/malloc new 691a3b2e9b resolv: Allow short error responses to match any query (bug 31890) new af625987d6 resolv: Do not wait for non-existing second DNS response aft [...] new 95f61610f3 resolv: Support clearing option flags with a “-” prefix (bug 14799) new 765325951a resolv: Implement strict-error stub resolver option (bug 27929)
The 4 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 +++- resolv/Makefile | 6 ++ resolv/res_init.c | 29 +++---- resolv/res_send.c | 74 ++++++++++++------ resolv/resolv.h | 1 + resolv/tst-resolv-res_init-skeleton.c | 20 +++++ resolv/tst-resolv-semi-failure.c | 142 ++++++++++++++++++++++++++++++++++ resolv/tst-resolv-short-response.c | 124 +++++++++++++++++++++++++++++ 8 files changed, 374 insertions(+), 38 deletions(-) create mode 100644 resolv/tst-resolv-semi-failure.c create mode 100644 resolv/tst-resolv-short-response.c