Skip to content

PartitionManager: Add null check for m_coiArray before accessing it - #97

Open
seer-by-sentry[bot] wants to merge 1 commit into
mainfrom
seer/fix/partitionmanagernullcheck
Open

PartitionManager: Add null check for m_coiArray before accessing it#97
seer-by-sentry[bot] wants to merge 1 commit into
mainfrom
seer/fix/partitionmanagernullcheck

Conversation

@seer-by-sentry

Copy link
Copy Markdown

Fixes CLIENT-N4. The issue was that: PartitionData::getShroudedStatus dereferenced a NULL m_coiArray pointer during orphaned W3DGhostObject processing.

  • Added a null check for m_coiArray before accessing it in the getCellShroudStatus function.
  • This prevents a potential null pointer dereference that can occur when orphaned ghost objects have their partition data released.

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

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