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

Issue 777573002: ChildPortHandshake: 10.6 fix (Closed)

Created:
6 years ago by Mark Mentovai
Modified:
6 years ago
Reviewers:
Robert Sesek
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Project:
crashpad
Visibility:
Public.

Description

ChildPortHandshake: 10.6 fix. The F_SETNOSIGPIPE fcntl() command is not available on 10.6. Use socketpair() instead of pipe(), so that the SO_NOSIGPIPE socket option can be used. TEST=util_test ChildPortHandshake.* R=rsesek@chromium.org Committed: https://chromium.googlesource.com/crashpad/crashpad/+/8593b1aa55edf45e961b8a50b403e6bfbeab4d68

Patch Set 1 #

Patch Set 2 : Add missing logging #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -4 lines) Patch
M util/mach/child_port_handshake.cc View 1 2 4 chunks +17 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (3 generated)
Mark Mentovai
6 years ago (2014-12-03 02:59:17 UTC) #2
Robert Sesek
LGTM
6 years ago (2014-12-03 16:18:02 UTC) #5
Mark Mentovai
6 years ago (2014-12-03 18:42:12 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:80001) manually as
8593b1aa55edf45e961b8a50b403e6bfbeab4d68 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698