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-fw/nimble: fix potential NULL access on service discovery
On certain cases, we could call prv_discover_next_dscs() without
checking if context->current_characteristic was NULL or not, causing a
later hardfault.
Fixes FIRM-751
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
0 commit comments