Skip to content

Conversation

@seer-by-sentry
Copy link

Fixes CLIENT-39C. The issue was that: PartitionManager::getClosestObjects dereferences a null PartitionData pointer without a null check, leading to an access violation.

  • Added a null check for 'PartitionData* thisMod' before dereferencing it.
  • Prevents a potential crash if 'thisCoi->getModule()' returns nullptr.

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

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