mirror of
https://notabug.org/litucks/torzu.git
synced 2026-05-11 20:10:35 +00:00
Previously this was passing the size of the vector into memcpy rather than the size in bytes to copy, which would result in a partial read. Thankfully, this function isn't used yet, so this gets rid of a bug before it's able to do anything. |
||
|---|---|---|
| .. | ||
| controllers | ||
| hidbus | ||
| irsensor | ||
| errors.h | ||
| hid.cpp | ||
| hid.h | ||
| hidbus.cpp | ||
| hidbus.h | ||
| irs.cpp | ||
| irs.h | ||
| irs_ring_lifo.h | ||
| ring_lifo.h | ||
| xcd.cpp | ||
| xcd.h | ||