RFR: 8364583: ColorConvertOp fails for CMYK → RGB conversion
Phil Race
prr at openjdk.org
Tue Oct 14 05:32:18 UTC 2025
color is initially returned as 4 element array but we over-write with 3 element and so next time through the loop it is used by but is too short.
More details in JBS.
-------------
Commit messages:
- 8364583
Changes: https://git.openjdk.org/jdk/pull/27785/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27785&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8364583
Stats: 52 lines in 3 files changed: 51 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/27785.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/27785/head:pull/27785
PR: https://git.openjdk.org/jdk/pull/27785
More information about the client-libs-dev
mailing list