[
https://issues.apache.org/jira/browse/PDFBOX-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15998704#comment-15998704
]
ASF subversion and git services commented on PDFBOX-3545:
---------------------------------------------------------
Commit 1794090 from [~lehmi] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1794090 ]
PDFBOX-3545: added null check
> 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
> Fix For: 2.0.6, 3.0.0
>
> 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: [email protected]
For additional commands, e-mail: [email protected]