Skip to content
Snippets Groups Projects
Commit 53949947 authored by Dale Sather's avatar Dale Sather Committed by CQ bot account: commit-bot@chromium.org
Browse files

[libinet] fix IpAddress parsing

inet::IpAddress was using the posix call getaddrinfo (in local mode)
to parse IP addresses. getaddrinfo doesn't work in fuchsia, so this
CL replaces the call with a parser.

TEST: new inet unit tests
Change-Id: I8ef3b3c7ab8d184d14228e206531b2c19274a087
parent 6cca03f7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment