Skip to content

PopupReplay: Add null check before calling closeSaveMenu - #59

Merged
x64-dev merged 1 commit into
mainfrom
seer/popup-replay-null-check
Oct 10, 2025
Merged

PopupReplay: Add null check before calling closeSaveMenu#59
x64-dev merged 1 commit into
mainfrom
seer/popup-replay-null-check

Conversation

@seer-by-sentry

@seer-by-sentry seer-by-sentry Bot commented Oct 6, 2025

Copy link
Copy Markdown

Fixes CLIENT-DX. The issue was that: Global 'parent' pointer is nulled during screen shutdown, causing a race condition where the expired timer dereferences the null pointer at offset 0x10.

  • Added a null check for the parent variable before calling closeSaveMenu to prevent potential crashes if parent is null.

This fix was generated by Seer in Sentry, triggered by x64-dev. 👁️ Run ID: 1773659

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

@x64-dev
x64-dev marked this pull request as ready for review October 10, 2025 21:22
@x64-dev
x64-dev merged commit 4864ee6 into main Oct 10, 2025
5 checks passed
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.

1 participant