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

Fix typo causing prefix len to be wrong #1684

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

kdt3rd
Copy link
Contributor

@kdt3rd kdt3rd commented Mar 21, 2024

When constructing the decompress side of dwaa/b compression support, simple typo when computing the prefix length as distance between pointers causing the length to be wrong, triggering csc decompression values to be wrong when decompressed.

Fixes #1682

When constructing the decompress side of dwaa/b compression support,
simple typo when computing the prefix length as distance between
pointers causing the length to be wrong, triggering csc decompression
values to be wrong when decompressed.

Signed-off-by: Kimball Thurston <[email protected]>
Copy link
Member

@cary-ilm cary-ilm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cary-ilm cary-ilm merged commit bfbdccb into AcademySoftwareFoundation:main Mar 21, 2024
28 checks passed
cary-ilm pushed a commit that referenced this pull request Mar 23, 2024
When constructing the decompress side of dwaa/b compression support,
simple typo when computing the prefix length as distance between
pointers causing the length to be wrong, triggering csc decompression
values to be wrong when decompressed.

Signed-off-by: Kimball Thurston <[email protected]>
cary-ilm pushed a commit that referenced this pull request Mar 23, 2024
When constructing the decompress side of dwaa/b compression support,
simple typo when computing the prefix length as distance between
pointers causing the length to be wrong, triggering csc decompression
values to be wrong when decompressed.

Signed-off-by: Kimball Thurston <[email protected]>
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.

Incorrect Values When Reading DWA Compressed Layer With OpenEXRCore
2 participants