Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MME] Fix potential null ptr dereference
The assert is checking for sess->session->name, but afterwards there's a check to skip ses->session not being null, which means the assert can crash while dereferencing sess->session.
- Loading branch information