Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DisarmDone commissionee misssing null check (#22146)
* Fix DisarmDone commissionee misssing null check Problem: Obviously invoke commitee pointer is before the null check. In low probability cases, commissioning failure before WiFiNetworkSetup and removing the device connection in the App will cause crash. * Make sure nodeId has a value.
- Loading branch information