Skip to content

ble-uart: Prevent buffer overflow

rahix requested to merge rahix/ble-fix into master

For messages with lines longer than 129 characters, ble_uart_write would start overwriting adjacent memory. This commit fixes this by starting a new line once the buffer runs full.

Merge request reports