| commit | 030bfda5ec47e28bf66aa2176ace3f626794d5b1 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Thu Sep 09 19:48:17 2021 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Thu Sep 09 22:19:55 2021 +0200 |
| tree | 792aab57d6b60dc7d1e6916ace896cb757b6fb84 | |
| parent | 34219c3cb737371afb4a29604e95f0e87966f02a [diff] |
ofz: MemorySanitizer: use-of-uninitialized-value Change-Id: I8eaf65fa4d1982ff60f612088adea6d636246612 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121862 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/vcl/source/filter/imet/ios2met.cxx b/vcl/source/filter/imet/ios2met.cxx index 9bb3346..a572673 100644 --- a/vcl/source/filter/imet/ios2met.cxx +++ b/vcl/source/filter/imet/ios2met.cxx
@@ -240,12 +240,26 @@ struct OSPath tools::PolyPolygon aPPoly; bool bClosed; bool bStroke; OSPath() : pSucc(nullptr) , nID(0) , bClosed(false) , bStroke(false) { } }; struct OSFont { OSFont * pSucc; sal_uInt32 nID; vcl::Font aFont; OSFont() : pSucc(nullptr) , nID(0) { } }; struct OSBitmap {