Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 25 Oct 2013 11:44:18 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: Re: inet_pton

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

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.