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

Issue 261053005: Fix Windows HID buffer errors. (Closed)

Created:
6 years, 7 months ago by Ken Rockot(use gerrit already)
Modified:
6 years, 7 months ago
Reviewers:
rpaquay
CC:
rockot1
Visibility:
Public.

Description

Fix Windows HID buffer errors. Several incorrect assumptions about actual and expected buffer sizes are corrected in the Windows HidConnection implementation. BUG=369344 TBR=rpaquay Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268215

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -28 lines) Patch
M device/hid/hid_connection_win.cc View 5 chunks +20 lines, -17 lines 2 comments Download
M device/hid/hid_service_win.cc View 1 chunk +1 line, -11 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Ken Rockot(use gerrit already)
Could you please take a look at this too? I'm not sure there's much anyone ...
6 years, 7 months ago (2014-05-02 00:16:55 UTC) #1
Ken Rockot(use gerrit already)
https://codereview.chromium.org/261053005/diff/1/device/hid/hid_connection_win.cc File device/hid/hid_connection_win.cc (right): https://codereview.chromium.org/261053005/diff/1/device/hid/hid_connection_win.cc#newcode190 device/hid/hid_connection_win.cc:190: new PendingHidTransfer(this, output_buffer, NULL, callback)); Apart from the buffer ...
6 years, 7 months ago (2014-05-02 00:18:19 UTC) #2
rpaquay
lgtm
6 years, 7 months ago (2014-05-05 15:41:08 UTC) #3
Ken Rockot(use gerrit already)
The CQ bit was checked by rockot@chromium.org
6 years, 7 months ago (2014-05-05 16:02:24 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rockot@chromium.org/261053005/1
6 years, 7 months ago (2014-05-05 16:02:59 UTC) #5
commit-bot: I haz the power
Change committed as 268215
6 years, 7 months ago (2014-05-05 17:48:03 UTC) #6
jracle (use Gerrit)
6 years, 7 months ago (2014-05-06 15:02:54 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/261053005/diff/1/device/hid/hid_connection_wi...
File device/hid/hid_connection_win.cc (right):

https://codereview.chromium.org/261053005/diff/1/device/hid/hid_connection_wi...
device/hid/hid_connection_win.cc:190: new PendingHidTransfer(this,
output_buffer, NULL, callback));
Hi Ken, thanks very much for fixing that one!
I also found it while debugging IO failure..

Powered by Google App Engine
This is Rietveld 408576698