filter/source/msfilter/svdfppt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 89e8786f932793a9aadc7d8a7d2eec4fa2a081c4 Author: Caolán McNamara <[email protected]> AuthorDate: Sun Aug 29 21:17:34 2021 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Aug 30 10:32:36 2021 +0200 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 <[email protected]> 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 );
