mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-15 22:00:26 -05:00
s_controller_payload is 37 bytes long, but Read() would copy 0x37 (a.k.a 55) bytes, overrunning the array.
s_controller_payload is 37 bytes long, but Read() would copy 0x37 (a.k.a 55) bytes, overrunning the array.