Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't Assume Sessions Are Real (#1655)
# Description This system was just blindly assuming a session couldn't be null without proving it wasn't, and two different functions both incorrectly made this assumption. I have no idea how the hell they managed to sneak it past the compiler's null reference test.
- Loading branch information