-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…21167) Several changes here: 1. Fix ReleaseCommissioneeDevice so it does not leave mDeviceBeingCommissioned dangling. 2. Ensure that we have null-checks for mDeviceBeingCommissioned before all uses, in case it got nulled out by StopPairing or the like while some async operation was in flight. This changes: * DeviceCommissioner::DisarmDone * DeviceCommissioner::OnDeviceAttestationInformationVerification 3. Remove kSessionEstablishmentTimeout so we don't have a random hardcoded timeout partway through commissioning. Fixes #21106 Fixes #14650 Co-authored-by: Boris Zbarsky <[email protected]>
- Loading branch information
1 parent
94a8ead
commit 45fa932
Showing
2 changed files
with
14 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters