NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/50367 CVS commit: src/lib/libc/net



The following reply was made to PR lib/50367; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50367 CVS commit: src/lib/libc/net
Date: Mon, 26 Oct 2015 10:48:04 -0400

 Module Name:	src
 Committed By:	christos
 Date:		Mon Oct 26 14:48:04 UTC 2015
 
 Modified Files:
 	src/lib/libc/net: getaddrinfo.c
 
 Log Message:
 PR/50367: Stefan Schaeckeler: libc resolver library does not resolve host
 names with underscores ("_"). According to resolv.conf(5) RES_NOCHECKNAME
 is on by default; well, it is and gethostbyname(3) obeys it
 (gethnamaddr.c:maybe_ok), but getaddrinfo(3) up till this commit not.
 XXX: pullup-7, pullup-6
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.109 -r1.110 src/lib/libc/net/getaddrinfo.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index