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
It seg faults on mBleEndPoint being null when there is no endpoint. This is fixed by #14654 (I confirmed by testing before and after reverting the change).
Problem
If commissioning times out, CommissioningWindowManager seg faults on mServer->getBleLayerObject()->mBleEndPoint->ReleaseBleConnection();
Proposed Solution
No segfault would be better.
The text was updated successfully, but these errors were encountered: