[Libreoffice-commits] core.git: sd/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sun Aug 29 19:48:19 UTC 2021


 sd/source/filter/ppt/pptin.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 182971bd9fa8c9057d1478af15a14b2b6357a2a4
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Aug 29 17:06:35 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun Aug 29 21:47:45 2021 +0200

    ofz: MemorySanitizer: use-of-uninitialized-value
    
    Change-Id: If60d289eab82ebf8be309526491182330f119a4f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121231
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx
index e4bd9b24bb42..f998e57c73e9 100644
--- a/sd/source/filter/ppt/pptin.cxx
+++ b/sd/source/filter/ppt/pptin.cxx
@@ -252,7 +252,7 @@ bool ImplSdPPTImport::Import()
     {
         PropItem aPropItem;
 
-        sal_uInt32 nType, nPropCount;
+        sal_uInt32 nType(0), nPropCount(0);
 
         pDInfoSec2->Read();
 


More information about the Libreoffice-commits mailing list