You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/05/05 16:41:04 UTC

[jira] [Commented] (PDFBOX-3545) COSParser.parseXref failing if startXrefOffset over pdf size

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

ASF subversion and git services commented on PDFBOX-3545:
---------------------------------------------------------

Commit 1794073 from [~lehmi] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1794073 ]

PDFBOX-3545: rebuild trailer if Root object is missing

> COSParser.parseXref failing if startXrefOffset over pdf size
> ------------------------------------------------------------
>
>                 Key: PDFBOX-3545
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3545
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 2.0.3
>            Reporter: Matus Zamborsky
>            Assignee: Andreas Lehmkühler
>         Attachments: 000369.pdf
>
>
> Any PDF which had wrong startxref was parsed with warning in PdfBox 1.8 thanks to self healing mechanism.
> In version 2.0 the COSParser.parseXref (called from PDFParser) tries to seek to the startxref position. 
> If the position is wrong, but within the file size, the PDF is parsed with warning.
> But when the startxref is over the file size, the parsing ended with exception.
> We could either test if startxref is not over source.length(), or catch the exception.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org