-
Bug
-
Resolution: Unresolved
-
P3
-
17, 21, 25
-
None
-
generic
-
generic
The LCMSImageLayout class performs several direct casts without instanceof checks, which may fail under certain circumstances.
Example:
case BufferedImage.TYPE_USHORT_GRAY -> {
var shortRaster = (ShortComponentRaster) image.getRaster();
Example:
case BufferedImage.TYPE_USHORT_GRAY -> {
var shortRaster = (ShortComponentRaster) image.getRaster();