Skip to content

Conversation

@seer-by-sentry
Copy link

Fixes CLIENT-38X. The issue was that: TeamFactory::createTeam dereferences a null pointer returned by createInactiveTeam when a team prototype is not found.

  • Added a null check after calling createInactiveTeam.
  • If createInactiveTeam returns nullptr, the function now returns nullptr immediately.
  • Prevents potential crash or undefined behavior when team creation fails.

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

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