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
[Telink] Fix NotifyAdvertisingStopped with Null node
Since in file src/platform/Zephyr/BLEAdvertisingArbiter.cpp
function InsertRequest obtains previous node using iteration
via slist - condition (prev == nullptr) is only true if slist is
empty. In that case NotifyAdvertisingStopped is always called
with Null and no Null checker inside the function.
As result crash.
0 commit comments