[Libreoffice-commits] core.git: helpcontent2 package/source
Fridrich Å trba
fridrich.strba at bluewin.ch
Thu May 30 03:31:00 PDT 2013
helpcontent2 | 2 +-
package/source/zipapi/ZipFile.cxx | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
New commits:
commit ef2ad0063a530aee186568579378a368180547a4
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Thu May 30 12:30:08 2013 +0200
Accept even more corrupted zip documents as long as we can read them
Change-Id: I8d039664d6c33d978b9addc3f35cbeae86d6c710
diff --git a/helpcontent2 b/helpcontent2
index 9725a25..56fb45d 160000
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 9725a25d88fd4a4c2abfcc41a2961bdb2de4ebb1
+Subproject commit 56fb45d986561dde4a9675a2bd7495b7feb1df32
diff --git a/package/source/zipapi/ZipFile.cxx b/package/source/zipapi/ZipFile.cxx
index 9a894f4..f9da68b 100644
--- a/package/source/zipapi/ZipFile.cxx
+++ b/package/source/zipapi/ZipFile.cxx
@@ -691,7 +691,6 @@ sal_Bool ZipFile::readLOC( ZipEntry &rEntry )
// with timestamp difference in the central directory entry and local
// file header.
bBroken = rEntry.nVersion != nVersion
- || (rEntry.nFlag & ~6L) != (nFlag & ~6L)
|| rEntry.nPathLen != nPathLen
|| !rEntry.sPath.equals( sLOCPath );
}
More information about the Libreoffice-commits
mailing list