Files
tinyusb/examples/device
hathach 7530f13031 examples/mtp: clamp SendObject writes to the declared object size
fs_send_object() copied every received payload to f->data using only
the running offset, so a host sending more data than its SendObjectInfo
declared wrote past the object and overflowed fs_buf. Clamp each copy to
what remains of f->size.
2026-08-17 12:11:53 +07:00
..
2026-07-19 20:38:54 +08:00
2026-07-19 20:38:54 +08:00