https://bugs.documentfoundation.org/show_bug.cgi?id=162823
--- Comment #5 from Mike Kaganski <[email protected]> --- https://opengrok.libreoffice.org/xref/core/package/source/zipapi/ZipOutputStream.cxx?r=d33d5928#writeLOC // If it's an encrypted entry, we pretend its stored plain text if (bEncrypt) m_aChucker.WriteInt16( STORED ); Looks like this is the problem. Michael, could you advise, if it's safe to drop this condition here, or should we relax the check in the "mismatching DEFLATE/STORE" check in ZipFile::readLOC_Impl ? -- You are receiving this mail because: You are the assignee for the bug.
