Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.3.4
-
Fix Version/s: 5.0.0 alpha1, 5.0
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
The document in question contains an xref table that contains all zero byte offsets for the respective document objects. We have code that can adjust for the small errors in the offset values but this is a corner case that does't trigger the secondary fallback code that will parse the file from start to finish.
For the ongoing 4.5 and 5.0 work we need to take into consideration this corner case.
Activity
Migration
created issue -
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | Patrick Corless [ patrick.corless ] |
Patrick Corless
made changes -
Fix Version/s | 4.5 [ 10342 ] |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Patrick Corless
made changes -
Fix Version/s | 5.0.0 alpha1 [ 10676 ] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The Document class and supporting xref classes where reworked to keeps track of object offsets and rebuild the xref table during a linear traversal. Closing issue.