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

Issue 159275: Linux: Use _exit() instead of exit() in the child after fork() in failure conditions. (Closed)

Created:
11 years, 5 months ago by Mike Mammarella
Modified:
9 years, 7 months ago
Reviewers:
dank, Evan Stade
CC:
chromium-reviews_googlegroups.com, John Grabowski, brettw
Visibility:
Public.

Description

Linux: Use _exit() instead of exit() in the child after fork() in failure conditions. TEST=none BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=21418

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -2 lines) Patch
M base/process_util_linux.cc View 2 chunks +7 lines, -2 lines 0 comments Download
M base/process_util_posix.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mike Mammarella
Preemptively fixing another instance of this issue, and adding comments explaining it.
11 years, 5 months ago (2009-07-23 18:21:25 UTC) #1
dank
11 years, 5 months ago (2009-07-23 18:26:51 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698