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

Issue 873453003: Fix top crasher with ipc fuzzer. Convert hard checks on |is_started| in Gamepad into dchecks and ba… (Closed)

Created:
5 years, 11 months ago by inferno
Modified:
5 years, 10 months ago
Reviewers:
bajones, jam, scottmg
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@ipc
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix top crasher with ipc fuzzer. Convert hard checks on |is_started| in Gamepad into dchecks and bailout conditions. R=bajones, jam TBR=sadrul@chromium.org BUG=450268 Committed: https://crrev.com/ea2681e1109946cdcebb326fa85e2aede98e6d05 Cr-Commit-Position: refs/heads/master@{#312987}

Patch Set 1 #

Patch Set 2 : fix indent, accidentally done last time #

Total comments: 3

Patch Set 3 : fix typo #

Patch Set 4 : fix typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M content/browser/renderer_host/gamepad_browser_message_filter.cc View 1 2 3 1 chunk +8 lines, -2 lines 0 comments Download

Messages

Total messages: 29 (12 generated)
bajones
lgtm
5 years, 11 months ago (2015-01-23 23:03:02 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/873453003/20001
5 years, 11 months ago (2015-01-23 23:04:11 UTC) #6
scottmg
https://codereview.chromium.org/873453003/diff/20001/content/browser/renderer_host/gamepad_browser_message_filter.cc File content/browser/renderer_host/gamepad_browser_message_filter.cc (right): https://codereview.chromium.org/873453003/diff/20001/content/browser/renderer_host/gamepad_browser_message_filter.cc#newcode51 content/browser/renderer_host/gamepad_browser_message_filter.cc:51: return; This should fill out or null *renderer_handle.
5 years, 11 months ago (2015-01-23 23:10:31 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/38064)
5 years, 11 months ago (2015-01-23 23:11:59 UTC) #10
inferno
https://codereview.chromium.org/873453003/diff/20001/content/browser/renderer_host/gamepad_browser_message_filter.cc File content/browser/renderer_host/gamepad_browser_message_filter.cc (right): https://codereview.chromium.org/873453003/diff/20001/content/browser/renderer_host/gamepad_browser_message_filter.cc#newcode51 content/browser/renderer_host/gamepad_browser_message_filter.cc:51: return; On 2015/01/23 23:10:31, scottmg wrote: > This should ...
5 years, 11 months ago (2015-01-23 23:13:04 UTC) #11
jam
lgtm
5 years, 11 months ago (2015-01-23 23:14:53 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/873453003/20001
5 years, 11 months ago (2015-01-23 23:22:25 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/38064)
5 years, 11 months ago (2015-01-23 23:23:15 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/873453003/20001
5 years, 11 months ago (2015-01-23 23:27:52 UTC) #19
scottmg
https://codereview.chromium.org/873453003/diff/20001/content/browser/renderer_host/gamepad_browser_message_filter.cc File content/browser/renderer_host/gamepad_browser_message_filter.cc (right): https://codereview.chromium.org/873453003/diff/20001/content/browser/renderer_host/gamepad_browser_message_filter.cc#newcode50 content/browser/renderer_host/gamepad_browser_message_filter.cc:50: if (!is_started_) this condition is wrong; it should be ...
5 years, 11 months ago (2015-01-23 23:30:20 UTC) #20
inferno
On 2015/01/23 23:30:20, scottmg wrote: > https://codereview.chromium.org/873453003/diff/20001/content/browser/renderer_host/gamepad_browser_message_filter.cc > File content/browser/renderer_host/gamepad_browser_message_filter.cc (right): > > https://codereview.chromium.org/873453003/diff/20001/content/browser/renderer_host/gamepad_browser_message_filter.cc#newcode50 > ...
5 years, 11 months ago (2015-01-23 23:38:59 UTC) #22
scottmg
lgtm
5 years, 11 months ago (2015-01-23 23:39:34 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/873453003/60001
5 years, 11 months ago (2015-01-23 23:41:02 UTC) #25
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 11 months ago (2015-01-24 01:17:29 UTC) #26
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/ea2681e1109946cdcebb326fa85e2aede98e6d05 Cr-Commit-Position: refs/heads/master@{#312987}
5 years, 11 months ago (2015-01-24 01:18:38 UTC) #27
kbalazs
Can I get access to the bug?
5 years, 10 months ago (2015-01-26 16:03:01 UTC) #28
inferno
5 years, 10 months ago (2015-01-26 16:06:30 UTC) #29
Message was sent while issue was closed.
On 2015/01/26 16:03:01, kbalazs wrote:
> Can I get access to the bug?

Done, added access for b.kelemen@samsung.com

Powered by Google App Engine
This is Rietveld 408576698