This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from c803cb9b24 resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359] new e14a27723c resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]
The 1 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 | 21 ++ NEWS | 3 +- include/resolv.h | 3 - resolv/Makefile | 2 + resolv/res_mkquery.c | 28 ++- resolv/res_query.c | 23 ++- resolv/resolv-internal.h | 18 ++ resolv/tst-resolv-edns.c | 501 +++++++++++++++++++++++++++++++++++++++++++++++ support/resolv_test.c | 56 +++++- support/resolv_test.h | 11 ++ 10 files changed, 652 insertions(+), 14 deletions(-) create mode 100644 resolv/tst-resolv-edns.c