Files
tinyusb/examples
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
..
2025-02-11 20:56:41 +01:00
2025-01-24 11:54:42 +07:00