[Libreoffice-commits] core.git: rsc/source
Caolán McNamara
caolanm at redhat.com
Thu Oct 27 20:01:53 UTC 2016
rsc/source/parser/rscdb.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a9297447b139b127723201771b5c225c9bd5efec
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Oct 27 21:00:47 2016 +0100
coverity#1374318 Uninitialized scalar field
Change-Id: I247b9d37b71ebba621b63026d597037450155e18
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx
index dca7975..cd43e21 100644
--- a/rsc/source/parser/rscdb.cxx
+++ b/rsc/source/parser/rscdb.cxx
@@ -43,6 +43,7 @@ RscTypCont::RscTypCont( RscError * pErrHdl,
, nByteOrder( nOrder )
, aSearchPath( rSearchPath )
, nUniqueId(256)
+ , nFilePos( 0 )
, nPMId(RSC_VERSIONCONTROL +1) // at least one more
, aBool( pHS->getID( "sal_Bool" ), RSC_NOTYPE )
, aShort( pHS->getID( "short" ), RSC_NOTYPE )
More information about the Libreoffice-commits
mailing list