[Libreoffice-commits] core.git: package/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Nov 28 15:52:16 UTC 2019
package/source/zipapi/XUnbufferedStream.cxx | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 902a0c52c4ce4a842228e21948a702c9a4e29d37
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Nov 28 14:44:16 2019 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Nov 28 16:51:22 2019 +0100
check crcs when fuzzing after all
I end up with something that fails in the fuzzing setup but which
cannot be used as a testcase in a normal build
Change-Id: I20c73aa009fdc289d95d34a8adf8ddd5882f6694
Reviewed-on: https://gerrit.libreoffice.org/84013
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/package/source/zipapi/XUnbufferedStream.cxx b/package/source/zipapi/XUnbufferedStream.cxx
index e5a965e26951..a6e9c2d8b783 100644
--- a/package/source/zipapi/XUnbufferedStream.cxx
+++ b/package/source/zipapi/XUnbufferedStream.cxx
@@ -34,8 +34,6 @@
#include <sal/log.hxx>
#include <tools/diagnose_ex.h>
-#include <unotools/configmgr.hxx>
-
using namespace ::com::sun::star;
using namespace com::sun::star::packages::zip::ZipConstants;
using namespace com::sun::star::io;
@@ -65,7 +63,7 @@ XUnbufferedStream::XUnbufferedStream(
, mnZipEnd ( 0 )
, mnZipSize ( 0 )
, mnMyCurrent ( 0 )
-, mbCheckCRC(!bRecoveryMode && !utl::ConfigManager::IsFuzzing())
+, mbCheckCRC(!bRecoveryMode)
{
mnZipCurrent = maEntry.nOffset;
if ( mbRawStream )
More information about the Libreoffice-commits
mailing list