Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.6
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
Working through our QA logs in detail I've found several files that have corrupt xref offset which usual result in a an object parse that fails when an array is parsed.
The error is due to the a miss match of [] and will kill the parser. We don't have the facility to kill the parsing and linearly load the file but we can look for the negative depth value and try and correct the parsing so we can try and load the rest of the document.
The error is due to the a miss match of [] and will kill the parser. We don't have the facility to kill the parsing and linearly load the file but we can look for the negative depth value and try and correct the parsing so we can try and load the rest of the document.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Patch passed QA. closing.