|
|
DescriptionFix 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 #Messages
Total messages: 29 (12 generated)
inferno@chromium.org changed reviewers: + b.kelemen@samsung.com - bajones@adobe.com
inferno@chromium.org changed reviewers: + sadrul@chromium.org
inferno@chromium.org changed reviewers: + bajones@chromium.org, jam@chromium.org
lgtm
The CQ bit was checked by inferno@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/873453003/20001
scottmg@chromium.org changed reviewers: + scottmg@chromium.org
https://codereview.chromium.org/873453003/diff/20001/content/browser/renderer... File content/browser/renderer_host/gamepad_browser_message_filter.cc (right): https://codereview.chromium.org/873453003/diff/20001/content/browser/renderer... content/browser/renderer_host/gamepad_browser_message_filter.cc:51: return; This should fill out or null *renderer_handle.
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
https://codereview.chromium.org/873453003/diff/20001/content/browser/renderer... File content/browser/renderer_host/gamepad_browser_message_filter.cc (right): https://codereview.chromium.org/873453003/diff/20001/content/browser/renderer... content/browser/renderer_host/gamepad_browser_message_filter.cc:51: return; On 2015/01/23 23:10:31, scottmg wrote: > This should fill out or null *renderer_handle. If is_started is already set, then renderer_handle should already be set (when is_started was first set). We shouldn't modify that.
inferno@chromium.org changed reviewers: - b.kelemen@samsung.com, sadrul@chromium.org
lgtm
The CQ bit was checked by inferno@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/873453003/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
The CQ bit was checked by inferno@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/873453003/20001
https://codereview.chromium.org/873453003/diff/20001/content/browser/renderer... File content/browser/renderer_host/gamepad_browser_message_filter.cc (right): https://codereview.chromium.org/873453003/diff/20001/content/browser/renderer... content/browser/renderer_host/gamepad_browser_message_filter.cc:50: if (!is_started_) this condition is wrong; it should be if (is_started)
The CQ bit was unchecked by inferno@chromium.org
On 2015/01/23 23:30:20, scottmg wrote: > https://codereview.chromium.org/873453003/diff/20001/content/browser/renderer... > File content/browser/renderer_host/gamepad_browser_message_filter.cc (right): > > https://codereview.chromium.org/873453003/diff/20001/content/browser/renderer... > content/browser/renderer_host/gamepad_browser_message_filter.cc:50: if > (!is_started_) > this condition is wrong; it should be if (is_started) fixed now. sorry about that. these two functions had opposite calls, so should have looked closely.
lgtm
The CQ bit was checked by inferno@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/873453003/60001
Message was sent while issue was closed.
Committed patchset #4 (id:60001)
Message was sent while issue was closed.
Patchset 4 (id:??) landed as https://crrev.com/ea2681e1109946cdcebb326fa85e2aede98e6d05 Cr-Commit-Position: refs/heads/master@{#312987}
Message was sent while issue was closed.
Can I get access to the bug?
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 |