You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bluetooth: controller: add k_panic() if the hci packet is too big
Log an error and fail if an HCI packet was too big for the static
HCI buffer.
If for instance CONFIG_BT_BUF_RX_SIZE is too small,
you get buffer overruns.
Hopefully this can save some time for poor saps like me who spend all
day trying to figure out why their code seems to produce random bus
faults and other memory corruption symptoms
Signed-off-by: Olivier Lesage <[email protected]>
(cherry picked from commit 88b468e)
Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
0 commit comments