Skip to content

Fix potential crash when sticky bomb target is invalid - #194

Open
seer-by-sentry[bot] wants to merge 1 commit into
mainfrom
seer/fix/sticky-bomb-target-lookup
Open

Fix potential crash when sticky bomb target is invalid#194
seer-by-sentry[bot] wants to merge 1 commit into
mainfrom
seer/fix/sticky-bomb-target-lookup

Conversation

@seer-by-sentry

@seer-by-sentry seer-by-sentry Bot commented Jan 3, 2026

Copy link
Copy Markdown

Fixes CLIENT-1CT. The issue was that: StickyBombUpdate::getTargetObject accesses freed memory via stale m_targetID, causing a read access violation at offset 0x20.

  • Added validation in StickyBombUpdate::getTargetObject() to check if m_targetID is INVALID_ID before attempting to find the object, preventing potential crashes if the target was destroyed.

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

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