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

Issue 703703004: Fix infinite loop causing iterator to go out of bounds. (Closed)

Created:
6 years, 1 month ago by rsadam
Modified:
6 years, 1 month ago
Reviewers:
oshima
CC:
chromium-reviews, kalyank, sadrul
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Fix infinite loop causing iterator to go out of bounds. BUG=430252 Committed: https://crrev.com/f971997eb9062d6721c42249018f25df6f0279da Cr-Commit-Position: refs/heads/master@{#302748}

Patch Set 1 #

Patch Set 2 : Add unittest. #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : Const #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -7 lines) Patch
M ash/virtual_keyboard_controller.cc View 1 2 3 1 chunk +5 lines, -7 lines 0 comments Download
M ash/virtual_keyboard_controller_unittest.cc View 1 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
rsadam
Hi Oshima, PTAL!
6 years, 1 month ago (2014-11-05 01:21:36 UTC) #2
oshima
https://codereview.chromium.org/703703004/diff/20001/ash/virtual_keyboard_controller.cc File ash/virtual_keyboard_controller.cc (right): https://codereview.chromium.org/703703004/diff/20001/ash/virtual_keyboard_controller.cc#newcode80 ash/virtual_keyboard_controller.cc:80: ++iter) { how about for (ui::KeyboardDevice* device : keyboards) ...
6 years, 1 month ago (2014-11-05 01:34:37 UTC) #3
rsadam
https://codereview.chromium.org/703703004/diff/20001/ash/virtual_keyboard_controller.cc File ash/virtual_keyboard_controller.cc (right): https://codereview.chromium.org/703703004/diff/20001/ash/virtual_keyboard_controller.cc#newcode80 ash/virtual_keyboard_controller.cc:80: ++iter) { On 2014/11/05 01:34:37, oshima wrote: > how ...
6 years, 1 month ago (2014-11-05 01:42:32 UTC) #5
rsadam
Used const KeyboardDevice&
6 years, 1 month ago (2014-11-05 01:58:54 UTC) #6
oshima
lgtm
6 years, 1 month ago (2014-11-05 02:00:55 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/703703004/80001
6 years, 1 month ago (2014-11-05 02:02:57 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:80001)
6 years, 1 month ago (2014-11-05 02:58:18 UTC) #10
commit-bot: I haz the power
6 years, 1 month ago (2014-11-05 02:59:04 UTC) #11
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/f971997eb9062d6721c42249018f25df6f0279da
Cr-Commit-Position: refs/heads/master@{#302748}

Powered by Google App Engine
This is Rietveld 408576698