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

Issue 23739006: Fix potential SEGV issue. (Closed)

Created:
7 years, 3 months ago by hidehiko
Modified:
7 years, 3 months ago
Reviewers:
kinaba, Evan Stade
CC:
chromium-reviews
Visibility:
Public.

Description

Fix potential SEGV issue. DriveIntegrationServiceFactory::GetForProfile may return NULL, if the Drive is disabled, so ->file_system() can be SEGV error. This CL replaces it by drive::util::GetFileSystemByProfile and handles cases that NULL is returned. BUG=284972 TEST=Ran unit_tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221634

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -3 lines) Patch
M chrome/browser/ui/webui/feedback_ui.cc View 2 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
hidehiko
Evan, could you review this as an OWNER? Kazuhiro, could you kindly double check? Thank ...
7 years, 3 months ago (2013-09-05 18:14:14 UTC) #1
Evan Stade
lgtm
7 years, 3 months ago (2013-09-06 01:02:56 UTC) #2
kinaba
lgtm
7 years, 3 months ago (2013-09-06 03:10:08 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hidehiko@chromium.org/23739006/1
7 years, 3 months ago (2013-09-06 03:12:20 UTC) #4
commit-bot: I haz the power
7 years, 3 months ago (2013-09-06 07:58:52 UTC) #5
Message was sent while issue was closed.
Change committed as 221634

Powered by Google App Engine
This is Rietveld 408576698