vcl/source/filter/imet/ios2met.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0aed7f60182f2d81e52555096f2a3ef5fb96e403 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Aug 30 12:54:47 2021 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue Aug 31 09:56:34 2021 +0200 ofz: MemorySanitizer: use-of-uninitialized-value Change-Id: I97b5552b9bfbde61ac35ad7a2a7e6dbc8bdea429 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121331 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/filter/imet/ios2met.cxx b/vcl/source/filter/imet/ios2met.cxx index fc6f8c2fc595..64b29fc6ade7 100644 --- a/vcl/source/filter/imet/ios2met.cxx +++ b/vcl/source/filter/imet/ios2met.cxx @@ -1681,7 +1681,7 @@ void OS2METReader::ReadOrder(sal_uInt16 nOrderID, sal_uInt16 nOrderLen) } case GOrdSClPth: { SAL_INFO("filter.os2met","GOrdSClPth"); - sal_uInt32 nID; + sal_uInt32 nID(0); OSPath * p=pPathList; pOS2MET->SeekRel(2); pOS2MET->ReadUInt32( nID );