Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2009 01:15:02 +0900
From:      Hajimu UMEMOTO <ume@freebsd.org>
To:        Garrett Wollman <wollman@bimajority.org>
Cc:        hackers@freebsd.org, current@freebsd.org
Subject:   Re: CFR: Exceedingly minor fixes to libc
Message-ID:  <ygeeio2flkp.wl%ume@mahoroba.org>
In-Reply-To: <19196.60473.337121.565916@hergotha.csail.mit.edu>
References:  <19196.60473.337121.565916@hergotha.csail.mit.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

>>>>> On Fri, 13 Nov 2009 00:18:49 -0500
>>>>> Garrett Wollman <wollman@bimajority.org> said:

wollman> Index: inet/inet_cidr_pton.c
wollman> ===================================================================
wollman> --- inet/inet_cidr_pton.c	(revision 199242)
wollman> +++ inet/inet_cidr_pton.c	(working copy)
wollman> @@ -236,7 +236,6 @@
wollman>  			endp[- i] = colonp[n - i];
wollman>  			colonp[n - i] = 0;
wollman>  		}
wollman> -		tp = endp;
wollman>  	}
wollman>  
wollman>  	memcpy(dst, tmp, NS_IN6ADDRSZ);

Since this function is vendor import one from ISC, such cosmetic
change may cause problem during further import.  So, you should send
this patch to ISC folks 1st.

Sincerely,

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@mahoroba.org  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ygeeio2flkp.wl%ume>