-
Notifications
You must be signed in to change notification settings - Fork 606
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
[BUG] Crash when reading certain PSD files #4599
Comments
jessey-git
added a commit
to jessey-git/OpenImageIO
that referenced
this issue
Jan 17, 2025
…t buffer area for PSD RLE decoding
jessey-git
added a commit
to jessey-git/OpenImageIO
that referenced
this issue
Jan 17, 2025
…t buffer area for PSD RLE decoding Signed-off-by: Jesse Yurkovich <[email protected]>
5 tasks
lgritz
pushed a commit
to lgritz/OpenImageIO
that referenced
this issue
Jan 20, 2025
…cademySoftwareFoundation#4600) Perform the endian byteswap on the correct buffer area for PSD RLE decoding. The original code used `dst` but that pointer is modified from its original value as it progresses through decoding. Fixes AcademySoftwareFoundation#4599 --------- Signed-off-by: Jesse Yurkovich <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
A crash occurs when reading certain PSD files. Looks like it's due to RLE encoding... PR incoming
OpenImageIO version and dependencies
Two versions were tested:
To Reproduce
Steps to reproduce the behavior:
PSDInput::read_native_scanline
Python repro
psd-test.zip
The text was updated successfully, but these errors were encountered: