-
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.
Fix segfault caused by accessing released device object (#16168)
* Fix segfault caused by accessing released device object Local reference to the device being commissioned has to be cleared when the device object is released. Otherwise, we will have a local pointer to freed memory. * Send operational certificate to given device Given device proxy object might not necessarily be a device currently being commissioned.
- Loading branch information
Showing
1 changed file
with
8 additions
and
7 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