Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Fix the flags passed to getnameinfo #10392

Merged
merged 1 commit into from
Aug 14, 2016
Merged

Conversation

ericeil
Copy link
Contributor

@ericeil ericeil commented Jul 28, 2016

We were trying to pass NI_NAMEREQD to getnameinfo so that it would fail if the address could not be resolved. However, the PAL->Native translation was backward, resulting in the wrong flags getting passed.

Fixes #10345.

@stephentoub @CIPop

We were trying to pass NI_NAMEREQD to getnameinfo so that it would fail if the address could not be resolved.  However, the PAL->Native translation was backward, resulting in the wrong flags getting passed.
@ericeil ericeil force-pushed the 10345 branch 2 times, most recently from 5460f99 to 593c745 Compare July 28, 2016 22:20
@stephentoub
Copy link
Member

LGTM. Thanks.

@stephentoub stephentoub merged commit cf1ebdc into dotnet:master Aug 14, 2016
@karelz karelz modified the milestone: 1.1.0 Dec 3, 2016
@karelz karelz added os-linux Linux OS (any supported distro) and removed X-Plat labels Mar 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net os-linux Linux OS (any supported distro)
Projects
None yet
5 participants