From 182971bd9fa8c9057d1478af15a14b2b6357a2a4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 29 Aug 2021 17:06:35 +0100 Subject: ofz: MemorySanitizer: use-of-uninitialized-value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If60d289eab82ebf8be309526491182330f119a4f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121231 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sd/source/filter/ppt/pptin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source') 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(); -- cgit