[PATCH] coverity#989728: uninitialized scalar

Marc-André Laverdière (via_Code_Review) gerrit at gerrit.libreoffice.org
Fri Mar 8 16:59:06 PST 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/2609

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/09/2609/1

coverity#989728: uninitialized scalar

Change-Id: Ic8e248eff6db54f407ec894cab28a27957c6fd0f
---
M svtools/source/control/inettbc.cxx
1 file changed, 1 insertion(+), 0 deletions(-)



diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx
index 2687994..374fa7d 100644
--- a/svtools/source/control/inettbc.cxx
+++ b/svtools/source/control/inettbc.cxx
@@ -139,6 +139,7 @@
     , bOnlyDirectories( pBoxP->bOnlyDirectories )
     , bNoSelection( pBoxP->bNoSelection )
     , stopped_(false)
+    , commandId_(0)
 {
     aLink.CreateMutex();
 

-- 
To view, visit https://gerrit.libreoffice.org/2609
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic8e248eff6db54f407ec894cab28a27957c6fd0f
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Marc-André Laverdière <marc-andre at atc.tcs.com>



More information about the LibreOffice mailing list