You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Vlad Ivanov (JIRA)" <ji...@apache.org> on 2018/05/10 08:25:00 UTC

[jira] [Commented] (FOP-2784) [PATCH] FOP-2738: correct array offset when string span interator is used

    [ https://issues.apache.org/jira/browse/FOP-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16470063#comment-16470063 ] 

Vlad Ivanov commented on FOP-2784:
----------------------------------

Any updates?

> [PATCH] FOP-2738: correct array offset when string span interator is used
> -------------------------------------------------------------------------
>
>                 Key: FOP-2784
>                 URL: https://issues.apache.org/jira/browse/FOP-2784
>             Project: FOP
>          Issue Type: Improvement
>          Components: font/unqualified
>    Affects Versions: 2.2
>            Reporter: Vlad Ivanov
>            Priority: Major
>         Attachments: 0001-FOP-2738-correct-array-offset-when-string-span-inter.patch, fop.conf, fop1.fo, image.svg
>
>
> This patch fixes FOP-2738.
> The issue occurred when code in GlyphMapping.java was used with string span iterator. This kind of iterator points somewhere in the string, not necessarily the start; however, iterator indexes were used to index into an array, which caused an exception in some cases. Fix removes iterator index offset in addLetterAdjust.
> Reproducing:
> {code}
> fop -c fop.conf fop1.fo fop1.pdf
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)