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

Issue 1642663003: [Linux] Do not try to call readdir() on a null DIR* in base::ProcessIterator. (Closed)

Created:
4 years, 11 months ago by Robert Sesek
Modified:
4 years, 11 months ago
Reviewers:
Lei Zhang, Nico
CC:
chromium-reviews, vmpstr+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Linux] Do not try to call readdir() on a null DIR* in base::ProcessIterator. BUG=581517 R=thakis@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/0c97b34adb439d638986d50769cba543e6ad5056

Patch Set 1 #

Total comments: 3

Patch Set 2 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -1 line) Patch
M base/process/process_iterator_linux.cc View 1 1 chunk +11 lines, -1 line 0 comments Download

Messages

Total messages: 12 (5 generated)
Robert Sesek
4 years, 11 months ago (2016-01-27 18:44:32 UTC) #2
Robert Sesek
+Nico as well since this is blocking M49 webview
4 years, 11 months ago (2016-01-27 18:47:33 UTC) #5
Nico
Code lgtm, but maybe the CL description could motivate why this is changed a bit ...
4 years, 11 months ago (2016-01-27 18:54:34 UTC) #6
Robert Sesek
https://codereview.chromium.org/1642663003/diff/1/base/process/process_iterator_linux.cc File base/process/process_iterator_linux.cc (right): https://codereview.chromium.org/1642663003/diff/1/base/process/process_iterator_linux.cc#newcode62 base/process/process_iterator_linux.cc:62: if (!procfs_dir_) { On 2016/01/27 18:54:34, Nico wrote: > ...
4 years, 11 months ago (2016-01-27 18:58:42 UTC) #7
Robert Sesek
https://codereview.chromium.org/1642663003/diff/1/base/process/process_iterator_linux.cc File base/process/process_iterator_linux.cc (right): https://codereview.chromium.org/1642663003/diff/1/base/process/process_iterator_linux.cc#newcode62 base/process/process_iterator_linux.cc:62: if (!procfs_dir_) { On 2016/01/27 18:58:42, Robert Sesek wrote: ...
4 years, 11 months ago (2016-01-27 19:11:11 UTC) #8
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/0c97b34adb439d638986d50769cba543e6ad5056 Cr-Commit-Position: refs/heads/master@{#371837}
4 years, 11 months ago (2016-01-27 19:16:32 UTC) #10
Robert Sesek
4 years, 11 months ago (2016-01-27 19:17:10 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
0c97b34adb439d638986d50769cba543e6ad5056 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698