Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(891)

Issue 24269017: Fix bugs in SocketAddress (Closed)

Created:
7 years, 3 months ago by Søren Gjesse
Modified:
7 years, 3 months ago
Reviewers:
Bill Hesse
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix bugs in SocketAddress The formatting of IPv6 strings was wrong on Linux and Mac OS - used the IPv4 structure. The fixed socket addresses for any and loopback for IPv6 was mixed up. R=whesse@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=27703

Patch Set 1 #

Patch Set 2 : Added Android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -14 lines) Patch
runtime/bin/socket.cc View 2 chunks +2 lines, -2 lines 0 comments Download
runtime/bin/socket_android.cc View 1 1 chunk +12 lines, -4 lines 0 comments Download
runtime/bin/socket_linux.cc View 1 chunk +13 lines, -4 lines 0 comments Download
runtime/bin/socket_macos.cc View 1 chunk +13 lines, -4 lines 0 comments Download
tests/standalone/io/internet_address_test.dart View 2 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Søren Gjesse
7 years, 3 months ago (2013-09-20 12:19:07 UTC) #1
Bill Hesse
LGTM, if socket_android.cc is changed similarly.
7 years, 3 months ago (2013-09-20 12:42:33 UTC) #2
Søren Gjesse
Committed patchset #2 manually as r27703 (presubmit successful).
7 years, 3 months ago (2013-09-20 12:47:03 UTC) #3
Søren Gjesse
7 years, 3 months ago (2013-09-20 12:47:13 UTC) #4
Message was sent while issue was closed.
Android added.

Powered by Google App Engine
This is Rietveld 408576698