This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug network/21369] resolv: Remove EDNS fallback


https://sourceware.org/bugzilla/show_bug.cgi?id=21369

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  44500cbb25bc6e76723304b9ff39f875c04309f9 (commit)
      from  e14a27723cc3a154d67f3f26e719d08c0ba9ad25 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=44500cbb25bc6e76723304b9ff39f875c04309f9

commit 44500cbb25bc6e76723304b9ff39f875c04309f9
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Apr 13 13:22:51 2017 +0200

    resolv: Remove EDNS fallback [BZ #21369]

    EDNS is disabled by default (so there is interoperability issue), and
    the fallback code is problematic because it prevents an application
    from obtaining DNSSEC data after a FORMERR response.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                |   12 ++++++
 NEWS                     |    5 +++
 resolv/res_query.c       |   16 +--------
 resolv/res_send.c        |   20 ----------
 resolv/tst-resolv-edns.c |   88 +++++++++++++++++++++++++++++++---------------
 5 files changed, 77 insertions(+), 64 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]