Skip to content

GUI: Add safety checks to prevent access violations in getListboxBottomEntry - #60

Merged
x64-dev merged 1 commit into
mainfrom
seer/fix-listbox-access-violation
Oct 10, 2025
Merged

GUI: Add safety checks to prevent access violations in getListboxBottomEntry#60
x64-dev merged 1 commit into
mainfrom
seer/fix-listbox-access-violation

Conversation

@seer-by-sentry

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

Copy link
Copy Markdown

Fixes CLIENT-EJ. The issue was that: Listbox initialization failed during screen transition due to memory reuse, causing getListboxBottomEntry to read from a corrupted listData pointer.

Added null and boundary checks to the getListboxBottomEntry function to prevent potential access violations during screen transitions when the listbox data might be invalid.

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

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 740888d into main Oct 10, 2025
1 check 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