summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-08-29 21:17:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-08-30 10:32:36 +0200
commit89e8786f932793a9aadc7d8a7d2eec4fa2a081c4 (patch)
treee22512f49b45f4c27663556de07c47abfff937da /filter
parente60a94f016bb26bf0b388899f6a3261ec9df5225 (diff)
ofz: MemorySanitizer: use-of-uninitialized-value
Change-Id: Ie994deb224ef403a42108656c7ad142ad9447d5f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121239 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/svdfppt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index 3e3bc3a69f9c..0d59afdc132f 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -3853,7 +3853,7 @@ PPTCharSheet::PPTCharSheet( TSS_Type nInstance )
void PPTCharSheet::Read( SvStream& rIn, sal_uInt32 nLevel)
{
// character attributes
- sal_uInt32 nCMask;
+ sal_uInt32 nCMask(0);
sal_uInt16 nVal16;
rIn.ReadUInt32( nCMask );