Skip to content
Snippets Groups Projects
Commit ec611574 authored by rahix's avatar rahix Committed by schneider
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 f189fff0
No related branches found
No related tags found
1 merge request!161ble-uart: Prevent buffer overflow
Pipeline #2728 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment