[Libreoffice-commits] core.git: sc/source
Caolán McNamara
caolanm at redhat.com
Mon Sep 9 12:09:51 PDT 2013
sc/source/filter/qpro/qproform.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit c119ec426b2a20b79d3ecaccaa91d15bc8d43a23
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Sep 9 20:09:11 2013 +0100
CID#1079180 initialize buffer
Change-Id: Id00bce6fe4826293f6b0ae842bc70b536e9aa99a
diff --git a/sc/source/filter/qpro/qproform.cxx b/sc/source/filter/qpro/qproform.cxx
index 2b9bca6..e977643 100644
--- a/sc/source/filter/qpro/qproform.cxx
+++ b/sc/source/filter/qpro/qproform.cxx
@@ -195,7 +195,8 @@ ConvErr QProToSc::Convert( const ScTokenArray*& pArray, sal_uInt16 /*nLen*/, con
ScSingleRefData aSRD;
FUNC_TYPE eType;
DefTokenId eOc;
- double nFloatArray[ nBufSize ], nFloat;
+ double nFloatArray[ nBufSize ] = {0};
+ double nFloat;
const sal_Char* pExtString = 0;
aCRD.InitFlags();
More information about the Libreoffice-commits
mailing list