[Bug 20368] sockaddr_in6 wrong size; causes chromium's net_unittests HostResolverImplTest.NumericIPv6Address test case to fail

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 16 17:56:10 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=20368





--- Comment #9 from Juan Lang <juan_lang at yahoo.com>  2009-10-16 17:56:10 ---
Created an attachment (id=24175)
 --> (http://bugs.winehq.org/attachment.cgi?id=24175)
Another compiled version

Compiled with VS2008 express.  I also added a couple printfs to the source:
    printf("sizeof(struct sockaddr_in6) = %d\n", sizeof(struct sockaddr_in6));
and:
    printf("ai_addrlen = %d\n", ai->ai_addrlen);
The second is never reached on WinXP because of lacking IPv6 support, but the
first prints out:
sizeof(struct sockaddr_in6) = 28

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list