You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Bruno P. Kinoshita (Jira)" <ji...@apache.org> on 2020/10/06 07:49:00 UTC

[jira] [Updated] (IMAGING-256) ArrayIndexOutOfBounds exception in JpegXmpRewriter.updateXmpXml()

     [ https://issues.apache.org/jira/browse/IMAGING-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno P. Kinoshita updated IMAGING-256:
---------------------------------------
    Assignee: Bruno P. Kinoshita

> ArrayIndexOutOfBounds exception in JpegXmpRewriter.updateXmpXml()
> -----------------------------------------------------------------
>
>                 Key: IMAGING-256
>                 URL: https://issues.apache.org/jira/browse/IMAGING-256
>             Project: Commons Imaging
>          Issue Type: Bug
>          Components: imaging.common.*
>    Affects Versions: 1.0-alpha1
>            Reporter: David Ekholm
>            Assignee: Bruno P. Kinoshita
>            Priority: Blocker
>             Fix For: 0.94-incubator
>
>         Attachments: Overhead_16_reduced.jpg
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Got the attached image passed to me. It triggers the following exception:
> {noformat}
> java.lang.IndexOutOfBoundsException: Range [65535, 65535 + 65535) out of bounds for length 77353
>  at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
>  at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckFromIndexSize(Preconditions.java:82)
>  at java.base/jdk.internal.util.Preconditions.checkFromIndexSize(Preconditions.java:343)
>  at java.base/java.util.Objects.checkFromIndexSize(Objects.java:425)
>  at java.base/java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:129)
>  at org.apache.commons.imaging.formats.jpeg.xmp.JpegXmpRewriter.writeXmpSegment(JpegXmpRewriter.java:200)
>  at org.apache.commons.imaging.formats.jpeg.xmp.JpegXmpRewriter.updateXmpXml(JpegXmpRewriter.java:184)
>  at org.apache.commons.imaging.formats.jpeg.xmp.JpegXmpRewriter.updateXmpXml(JpegXmpRewriter.java:124) {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)