Skip to content

Fix potential access violation when setting null texture on LineGroup in ParticleBuffer - #199

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

Fix potential access violation when setting null texture on LineGroup in ParticleBuffer#199
seer-by-sentry[bot] wants to merge 1 commit into
mainfrom
seer/fix-null-texture-access

Conversation

@seer-by-sentry

@seer-by-sentry seer-by-sentry Bot commented Jan 3, 2026

Copy link
Copy Markdown

Fixes CLIENT-1EK. The issue was that: Access violation read in LineGroupClass::Set_Texture caused by corrupted object state or invalid memory access during texture assignment.

  • Added null checks before calling LineGroup::Set_Texture in ParticleBufferClass initialization logic (for both TETRAHEDRON and PRISM modes).
  • Added null checks before calling LineGroup::Set_Texture in ParticleBufferClass copy constructors.
  • Prevents potential access violations if the texture pointer being set is null.

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

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