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/22412] res_dnok, res_hnok should perform syntax checks


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

--- 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  c0a25aa92b612786f4e45292c4aee1d7d47123f8 (commit)
      from  9e0ad3049dbae88d615bfb038e53bf365a39a634 (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=c0a25aa92b612786f4e45292c4aee1d7d47123f8

commit c0a25aa92b612786f4e45292c4aee1d7d47123f8
Author: Florian Weimer <fweimer@redhat.com>
Date:   Sat Nov 11 11:51:08 2017 +0100

    resolv: More precise checks in res_hnok, res_dnok [BZ #22409] [BZ #22412]

    res_hnok rejected some host names used on the Internet, such as
    www-.example.com.  res_hnok and res_dnok failed to perform basic syntax
    checking on DNS domain names.

    Also fix res_mailok, res_ownok.

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

Summary of changes:
 ChangeLog             |   15 ++++
 NEWS                  |    3 +
 resolv/res_comp.c     |  208 +++++++++++++++++++++++++++---------------------
 resolv/tst-res_hnok.c |   28 +++++--
 4 files changed, 157 insertions(+), 97 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]