Skip to content
Snippets Groups Projects
Verified Commit 6d011909 authored by rahix's avatar rahix
Browse files

fix(ble-uart): Prevent buffer overflow


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.

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 2e547c66
No related branches found
No related tags found
No related merge requests found
Pipeline #2721 passed