-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pdf): Perform endian byteswap on correct buffer area for PSD RLE (#…
…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 #4599 --------- Signed-off-by: Jesse Yurkovich <[email protected]>
- Loading branch information
1 parent
7a0b81e
commit 740a6ea
Showing
3 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters