https://bugs.documentfoundation.org/show_bug.cgi?id=162944
--- Comment #6 from Michael Stahl (allotropia) <[email protected]> --- hmm ... apparently this was produced by "Apache POI"? the problem is we detect an 8 byte gap following the data descriptor of every zip entry... it looks like the data descriptor uses 64-bit sizes, but there is no Zip64 extra field on the local header, the extension length is 0... there does not appear to be a Zip64 extra field anywhere in the file, nor is there a Zip64 end of central directory record ... how is one supposed to know these sizes are 64-bit? -- You are receiving this mail because: You are the assignee for the bug.
