Skip to content

Fix dangling pointer when formatting keyName - #53

Merged
x64-dev merged 1 commit into
mainfrom
seer/fix-dangling-pointer
Oct 10, 2025
Merged

Fix dangling pointer when formatting keyName#53
x64-dev merged 1 commit into
mainfrom
seer/fix-dangling-pointer

Conversation

@seer-by-sentry

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

Copy link
Copy Markdown

Fixes CLIENT-CA. The issue was that: Dangling pointers from temporary string objects passed to UnicodeString::format caused an ACCESS_VIOLATION_READ in wcsnlen.

  • Store the result of keyToName in a local variable to avoid dangling pointer when formatting keyName.

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

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:20
@x64-dev
x64-dev merged commit 6b9c714 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