Skip to content

Add null checks for social status updates#1

Closed
seer-by-sentry[bot] wants to merge 1 commit intomainfrom
seer/fix/social-status-null-check
Closed

Add null checks for social status updates#1
seer-by-sentry[bot] wants to merge 1 commit intomainfrom
seer/fix/social-status-null-check

Conversation

@seer-by-sentry
Copy link

Fixes SERVICES-2Z. The issue was that: WebSocketManager.DeleteSession accesses sourceData.m_strDisplayName without null-checking sourceData, causing NullReferenceException.

  • Added null check for 'sourceData' before sending friend offline status change messages.
  • Added null check for 'sourceData' before sending friend online status change messages.
  • Used null-conditional operator for 'display_name' assignment in offline status update.

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

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

@seer-by-sentry seer-by-sentry bot requested a review from x64-dev February 20, 2026 23:31
@x64-dev x64-dev closed this Feb 21, 2026
@x64-dev x64-dev deleted the seer/fix/social-status-null-check branch February 21, 2026 03:46
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