Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nsapi] Fix missing port assignment in DNS constructor for SocketAddress #2246

Merged
merged 1 commit into from
Jul 26, 2016

Conversation

geky
Copy link
Contributor

@geky geky commented Jul 25, 2016

_stack->gethostbyname looks deceptively like it completely sets the socket address value, however port is not provided via DNS resolution.

cc @sg-, @c1728p9

@geky
Copy link
Contributor Author

geky commented Jul 25, 2016

@mbed-bot: TEST

HOST_OSES=windows
BUILD_TOOLCHAINS=GCC_ARM,ARM,IAR
TARGETS=K64F

_stack->gethostbyname looks deceptively like it completely sets the
socket address value, however port is not provided via DNS resolution.
@geky
Copy link
Contributor Author

geky commented Jul 25, 2016

@mbed-bot: TEST

HOST_OSES=windows
BUILD_TOOLCHAINS=GCC_ARM,ARM,IAR
TARGETS=K64F

@mbed-bot
Copy link

[Build 698]
SUCCESS: Building succeeded and tests were run! Be sure to check the test results

@c1728p9
Copy link
Contributor

c1728p9 commented Jul 25, 2016

Looks good!

@mbed-bot
Copy link

[Build 699]
SUCCESS: Building succeeded and tests were run! Be sure to check the test results

@sg-
Copy link
Contributor

sg- commented Jul 26, 2016

/morph test

@mbed-bot
Copy link

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 516

Test failed!

@sg-
Copy link
Contributor

sg- commented Jul 26, 2016

@bridadan why did tests report failing? Look good to me

@sg- sg- merged commit fb4b43f into ARMmbed:master Jul 26, 2016
@bridadan
Copy link
Contributor

@sg- The error was caused by the issue mentioned here: #2211 (comment)

I'm currently following up with Przemek about it, its looking like it may be related to mbed-ls. This PR seems ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants