diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-05-24 18:21:17 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-05-24 18:36:28 -0400 |
| commit | dd35a968f8970c30cdfe3d6d2a96920a736d42ec (patch) | |
| tree | 2044f6d5c29c3da7fbec8f4bca3a9ec9b07ee77d /Source/Core/VideoCommon/TextureDecoder_x64.cpp | |
| parent | 440246a19059f54f4b88ce011095d24f7fb53f8b (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/VideoCommon/TextureDecoder_x64.cpp')
0 files changed, 0 insertions, 0 deletions
