Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DoorLockServer::getNodeId somewhat. (#26770)
It's really not clear why this function is doing all the checks it's doing, but a blind AsSecureSession() could absolutely crash here if this is not a secure session, AsSecureSession() can _never_ return null (it calls a virtual method on "this" before returning "this") and chances are the intent for PASE is not to return the random PASE peer id.
- Loading branch information