Files
libopencm3-examples/examples/stm32/f1/stm32-h103/usb_cdcacm/cdcacm.c
Santiago Piccinini 882f5b7d1b stm32: cdcacm: fix array out of bounds write
Remove debug leftovers that were causing memory corruption.
Writes of 64 or more bytes from the USB host side caused memory
corruption before this commit.
I've tested it in a STM32L4 board and it is working as expected.
2021-01-24 11:02:40 -03:00

6.9 KiB