Date: Sun, 22 Nov 2015 18:55:38 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 198092] getaddrinfo(3) fails with "Invalid value for ai_flags" (error code 3) if hint.ai_flags contains AI_V4MAPPED Message-ID: <bug-198092-8-NnbKYDWNeF@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-198092-8@https.bugs.freebsd.org/bugzilla/> References: <bug-198092-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198092 --- Comment #9 from Hajimu UMEMOTO <ume@FreeBSD.org> --- (In reply to Hajimu UMEMOTO from comment #8) Oops, the attached patch was not applied cleanly on head. It was against stable/10. So, I made the patch against head, again: https://people.freebsd.org/~ume/getaddrinfo-v4mapped-20151123.diff Further, I made the AI_V4MAPPED support optional. It is off by default, and is enabled by specifying WITH_GETADDRINFO_V4MAPPED=yes. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198092-8-NnbKYDWNeF>