From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4152 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: inet_pton Date: Fri, 25 Oct 2013 11:44:18 -0400 Message-ID: <20131025154418.GK20515@brightrain.aerifal.cx> References: <20131021020817.GL20515@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1382715868 5070 80.91.229.3 (25 Oct 2013 15:44:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Oct 2013 15:44:28 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4156-gllmg-musl=m.gmane.org@lists.openwall.com Fri Oct 25 17:44:33 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1VZjYv-0005Ld-CL for gllmg-musl@plane.gmane.org; Fri, 25 Oct 2013 17:44:33 +0200 Original-Received: (qmail 15947 invoked by uid 550); 25 Oct 2013 15:44:32 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 15939 invoked from network); 25 Oct 2013 15:44:32 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:4152 Archived-At: On Mon, Oct 21, 2013 at 09:59:16PM +0200, Paul Schutte wrote: > Hi, > > I have tested the suggested fix and this is the result: > > : 1 <-- > :: 1 > ::: 0 > 192.168.1.1 0 > :192.168.1.1 1 <-- > ::192.168.1.1 1 > :ffff:192.168.1.1 1 <-- > ::ffff:192.168.1.1 1 > ..192.168.1.1 0 > :.192.168.1.1 0 > ffff:c0a8:5e4 0 > :ffff:c0a8:5e4 1 <-- > 0:0:0:0:0:ffff:c0a8:5e4 1 > 0:0:0:0:ffff:c0a8:5e4 0 > 0::ffff:c0a8:5e4 1 > ::0::ffff:c0a8:5e4 0 > c0a8 0 > > > > Those marked with the <-- are still incorrect. I've merged nsz's fixes and they seem to be handled correctly now. nsz added your test cases to libc-test too. Please let me know if you're still experiencing problems. Rich