Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mitigations for #423. #432

Merged
merged 1 commit into from
Feb 8, 2025
Merged

Add mitigations for #423. #432

merged 1 commit into from
Feb 8, 2025

Conversation

Hoikas
Copy link
Member

@Hoikas Hoikas commented Dec 17, 2024

Fixes #423.

All plCameraModifier objects must have a brain or the client will crash dereferencing a null pointer. This commit audits all plCameraModifier creations and ensures that we are using a camera that will have a brain. There are probably better ways to do this, but I am le tired.

CC @DoobesURU

All `plCameraModifier` objects *must* have a brain or the client will
crash dereferencing a null pointer. This commit audits all
`plCameraModifier` creations and ensures that we are using a camera that
will have a brain. There are probably better ways to do this, but I am
le tired.
@Hoikas Hoikas merged commit 83ada7c into H-uru:master Feb 8, 2025
3 checks passed
@Hoikas Hoikas deleted the fix_423 branch February 8, 2025 17:51
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.

Camera regions triggering client crash
1 participant