felHR85 / UsbSerial

Usb serial controller for Android
MIT License
1.78k stars 581 forks source link

Fix FTDI array-ouf-of-bounds crash #356

Closed MaxKellermann closed 1 year ago

MaxKellermann commented 1 year ago

Crash happens when bad data (odd length) was received from the USB device. See commit messages for details.

MaxKellermann commented 1 year ago

Added another commit which fixes a data corruption bug with FT4232H chips. See https://github.com/XCSoar/XCSoar/issues/1031 for details

MaxKellermann commented 1 year ago

Closing this PR because this project seems to be dead. I'll continue working with my fork. Bye