Skip to content

W3DVolumetricShadow: Add null checks for m_robj - #43

Merged
x64-dev merged 1 commit into
mainfrom
seer/w3dvolumetricshadow-nullcheck
Oct 10, 2025
Merged

W3DVolumetricShadow: Add null checks for m_robj#43
x64-dev merged 1 commit into
mainfrom
seer/w3dvolumetricshadow-nullcheck

Conversation

@seer-by-sentry

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

Copy link
Copy Markdown

Fixes CLIENT-DV. The issue was that: Volumetric shadow system dereferenced a null or invalid RenderObjClass pointer, causing Vector3 constructor to write to invalid memory.

  • Added null checks for m_robj in W3DVolumetricShadow::rebuildVolumes and W3DVolumetricShadow::updateVolumes to prevent potential crashes when m_robj is null.

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

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:18
@x64-dev
x64-dev merged commit 4964e4e into main Oct 10, 2025
3 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