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

Issue 14139032: Fix broken Mac OS socket code (Closed)

Created:
7 years, 8 months ago by Søren Gjesse
Modified:
7 years, 8 months ago
Reviewers:
Anders Johnsen
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix broken Mac OS socket code The order of the fields in the sockaddr structures on Mac OS was different and we where relying on the Linux/Windows order of fields. This should now be platform independent. TBR=ajohnsen@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=21940

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -24 lines) Patch
M runtime/bin/socket.h View 5 chunks +5 lines, -6 lines 0 comments Download
M runtime/bin/socket_android.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M runtime/bin/socket_linux.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M runtime/bin/socket_macos.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M runtime/bin/socket_win.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Søren Gjesse
7 years, 8 months ago (2013-04-24 11:52:05 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 manually as r21940 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698