https://bugs.documentfoundation.org/show_bug.cgi?id=167205
Michael Stahl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|General Input/Output Error |content.xml size exceeding |using reproducible test |2^32 causes General |array of numbers only |Input/Output Error Status|NEW |RESOLVED Resolution|--- |FIXED Component|Calc |filters and storage CC| |[email protected] Keywords| |filter:odf, filter:ooxml --- Comment #11 from Michael Stahl <[email protected]> --- The problem was in writing the Zip package, if a zip entry has a size exceeding 2^32 bytes then in the local file header, the data descriptor used 64-bit sizes but the Zip64 extended information extra field was missing. this problem is now detected by the regular Zip parsing code; the recovery Zip parsing code should be able to import these files. so i'm hoping this is fixed on master. -- You are receiving this mail because: You are the assignee for the bug.
