summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Android
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-05-24 18:21:17 -0400
committerLioncash <mathew1800@gmail.com>2014-05-24 18:36:28 -0400
commitdd35a968f8970c30cdfe3d6d2a96920a736d42ec (patch)
tree2044f6d5c29c3da7fbec8f4bca3a9ec9b07ee77d /Source/Core/InputCommon/ControllerInterface/Android
parent440246a19059f54f4b88ce011095d24f7fb53f8b (diff)
Fix a struct overflow case in WII_IPC_HLE_Device_hid.cpp
WiiHIDDeviceDescriptor is 20 bytes in size (2 of which are padding bytes) libusb_device_descriptor on the other hand is 18 bytes (does not have the 2 padding bytes). So we were pulling 20 bytes out of an 18 byte struct, which isn't really correct.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Android')
0 files changed, 0 insertions, 0 deletions