Skip to content

bugfix(lanlobby): Prevent crash when TheLAN is null in mouse event handler#442

Open
seer-by-sentry[bot] wants to merge 1 commit intomainfrom
seer/fix/lanlobby-thelan-null
Open

bugfix(lanlobby): Prevent crash when TheLAN is null in mouse event handler#442
seer-by-sentry[bot] wants to merge 1 commit intomainfrom
seer/fix/lanlobby-thelan-null

Conversation

@seer-by-sentry
Copy link
Copy Markdown

@seer-by-sentry seer-by-sentry bot commented Apr 1, 2026

Fixes CLIENT-375. The issue was that: Dangling pointer to a temporary LANPreferences object causes access violation when retrieving user name during mouse event tooltip processing.

  • Added a null check for the 'TheLAN' object at the beginning of the 'LanLobbyMenu' mouse event handler.
  • Prevents potential null pointer dereference if 'TheLAN' is not initialized or becomes null during a mouse event.

This fix was generated by Seer in Sentry, triggered automatically. 👁️ Run ID: 12651463

Not quite right? Click here to continue debugging with Seer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants