mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-04 12:26:31 -05:00
The vector was not constructed with the proper size, which results in a buffer overflow as we were using memcpy. This commit fixes that mistake and also uses a safer way of copying the ticket view data (std::vector::insert instead of memcpy). |
||
|---|---|---|
| .. | ||
| DI | ||
| ES | ||
| FS | ||
| Network | ||
| SDIO | ||
| STM | ||
| USB | ||
| WFS | ||
| Device.cpp | ||
| Device.h | ||
| DeviceStub.cpp | ||
| DeviceStub.h | ||
| IPC.cpp | ||
| IPC.h | ||
| MIOS.cpp | ||
| MIOS.h | ||