[Libreoffice-commits] core.git: sc/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Sun Oct 20 17:16:41 UTC 2019
sc/source/filter/excel/xipivot.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 7b96f6252b02074f20dc99215339f62f21c86399
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Oct 20 16:42:10 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun Oct 20 19:15:43 2019 +0200
ofz#18301 Timeout in xlsfuzzer
Change-Id: I7e18899fe2c0ef2d1b553bbbaab383e7ea9f1451
Reviewed-on: https://gerrit.libreoffice.org/81171
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sc/source/filter/excel/xipivot.cxx b/sc/source/filter/excel/xipivot.cxx
index 37ca835669b7..62a9e10ff2dd 100644
--- a/sc/source/filter/excel/xipivot.cxx
+++ b/sc/source/filter/excel/xipivot.cxx
@@ -29,6 +29,7 @@
#include <svl/intitem.hxx>
#include <sal/log.hxx>
#include <sot/storage.hxx>
+#include <unotools/configmgr.hxx>
#include <document.hxx>
#include <formulacell.hxx>
@@ -1409,6 +1410,9 @@ void XclImpPivotTable::Convert()
if( !mxPCache || !mxPCache->IsValid() )
return;
+ if (utl::ConfigManager::IsFuzzing()) //just too slow
+ return;
+
ScDPSaveData aSaveData;
// *** global settings ***
More information about the Libreoffice-commits
mailing list