Skip to content

Fix: Prevent null dereference in InGameUI::deselectDrawable#393

Open
seer-by-sentry[bot] wants to merge 1 commit intomainfrom
seer/fix/deselect-drawable-null-ptr
Open

Fix: Prevent null dereference in InGameUI::deselectDrawable#393
seer-by-sentry[bot] wants to merge 1 commit intomainfrom
seer/fix/deselect-drawable-null-ptr

Conversation

@seer-by-sentry
Copy link

Fixes CLIENT-431. The issue was that: InGameUI::deselectDrawable dereferences a null/invalid Drawable pointer without validation, causing an access violation.

  • Added a null pointer check to InGameUI::deselectDrawable to prevent crashes if draw is nullptr.

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

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