Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault in CommissioningWindowManager BLE #12625

Closed
cecille opened this issue Dec 6, 2021 · 1 comment
Closed

Segmentation fault in CommissioningWindowManager BLE #12625

cecille opened this issue Dec 6, 2021 · 1 comment
Assignees

Comments

@cecille
Copy link
Contributor

cecille commented Dec 6, 2021

Problem

If commissioning times out, CommissioningWindowManager seg faults on mServer->getBleLayerObject()->mBleEndPoint->ReleaseBleConnection();

Proposed Solution

No segfault would be better.

@lzgrablic02
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants