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

SLUDGE: Fix out of bounds read in Z-Buffer code #5449

Merged
merged 1 commit into from Nov 18, 2023

Conversation

polyesterswing
Copy link
Contributor

When window dimensions and scene dimensions are not equal, an out of bounds read occurred.

When window dimensions and scene dimensions are not equal, an out of
bounds read occurred.

In frasse, if you were to go up, left and then left again, you will
arrive on a scene with a mountain. This scene uses a z-buffer wider
than the screen width. This caused issues with the existing z-buffer
code.
@sev-
Copy link
Member

sev- commented Nov 18, 2023

Thank you!

@sev- sev- merged commit 2b7b405 into scummvm:master Nov 18, 2023
8 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
2 participants