[
https://issues.apache.org/jira/browse/PDFBOX-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tilman Hausherr resolved PDFBOX-3308.
-------------------------------------
Resolution: Fixed
Assignee: Tilman Hausherr
Fix Version/s: 2.1.0
2.0.1
1.8.12
Indeed, thanks!
> Missing endOfName chars
> -----------------------
>
> Key: PDFBOX-3308
> URL: https://issues.apache.org/jira/browse/PDFBOX-3308
> Project: PDFBox
> Issue Type: Bug
> Components: PDModel
> Affects Versions: 1.8.11, 2.0.0, 2.0.1, 2.1.0
> Reporter: Andrea Vacondio
> Assignee: Tilman Hausherr
> Fix For: 1.8.12, 2.0.1, 2.1.0
>
>
> I came across a document that was using a null char 0x00 as array items
> separator and it wasn't handled correctly. According to chapter 7.2.2 ??The
> White-space characters shown in Table 1 separate syntactic constructs such as
> names and numbers from each other.?? and Table 1 contains NUL, HT, LF, FF,
> CR, SP.
> BaseParser::isEndOfName is missing NUL and FF, as a result, if you parse the
> array
> {code}[/Indexed /DeviceRGB 255 <000000>]{code}
> where /DeviceRGB and 255 are separated by NUL, and you write it back you get
> {code}[/Indexed /DeviceRGB#00255 <000000>]{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]