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/19369] Default domain name not reset by res_ninit when "search" / "domain" entry is removed from resolv.conf


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

--- 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  b674b821091141c5eed7d423612d3b10703e9c62 (commit)
      from  d51442aacdbdb63e2f10815d843b551a9291d7a5 (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=b674b821091141c5eed7d423612d3b10703e9c62

commit b674b821091141c5eed7d423612d3b10703e9c62
Author: Rob Wu <rob@robwu.nl>
Date:   Wed Dec 16 12:53:27 2015 +0100

    resolv: Reset defdname before use in __res_vinit [BZ #19369]

    Resetting defdname (default domain name) before use in __res_vinit
    ensures that the default domain name is correctly set to a default
    value when it is not set by the LOCALDOMAIN environment variable or
    the "domain" or "search" parameters in resolv.conf

    Tested using the steps from:
    https://sourceware.org/bugzilla/show_bug.cgi?id=19369

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

Summary of changes:
 ChangeLog         |    5 +++++
 resolv/res_init.c |    1 +
 2 files changed, 6 insertions(+), 0 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]