https://bugs.documentfoundation.org/show_bug.cgi?id=94915
--- Comment #9 from Justin L <[email protected]> --- // FIXME64: need to read the 64bit header instead if ( nSize == 0xffffffff || nOffset == 0xffffffff || nCompressedSize == 0xffffffff ) { throw ZipException("PK64 zip file entry" ); commit 9b0198b2442bc749491d0f1e5e2c811346e5d568 Author: Michael Meeks on Fri Sep 21 13:09:29 2012 +0100 package: convert internal ZIP handling data-types to 64bit Prepare for a ZIP64 implementation. Audit all "Size" property fetches through Anys. Audit all uses of nSize, nCompressedSize, nOffset through the code. Add FIXME64: comments to all points requiring future work. -- You are receiving this mail because: You are the assignee for the bug.
