Andrea Vacondio created PDFBOX-3308:
---------------------------------------

             Summary: Missing endOfName chars
                 Key: PDFBOX-3308
                 URL: https://issues.apache.org/jira/browse/PDFBOX-3308
             Project: PDFBox
          Issue Type: Bug
          Components: PDModel
    Affects Versions: 2.0.0
            Reporter: Andrea Vacondio


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]

Reply via email to