rsc/source/parser/rscdb.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a9297447b139b127723201771b5c225c9bd5efec
Author: Caolán McNamara <caol...@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 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to