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

Issue 11419008: Added O_CLOEXEC to the flags parameter of open() calls (Closed)

Created:
8 years, 1 month ago by kustermann
Modified:
8 years, 1 month ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Added O_CLOEXEC to the flags parameter of open() calls To prevent sub-processes from inheriting open file descriptors of the current process, the O_CLOEXEC flag is necessary. Committed: https://code.google.com/p/dart/source/detail?r=14963

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -3 lines) Patch
M runtime/bin/file_android.cc View 2 chunks +2 lines, -1 line 0 comments Download
M runtime/bin/file_linux.cc View 2 chunks +2 lines, -1 line 0 comments Download
M runtime/bin/file_macos.cc View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
kustermann
PTAL
8 years, 1 month ago (2012-11-15 13:23:06 UTC) #1
Mads Ager (google)
8 years, 1 month ago (2012-11-15 13:24:35 UTC) #2
LGTM!!!

Powered by Google App Engine
This is Rietveld 408576698