vcl/source/fontsubset/sft.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit b93a294a38b6810aa5b871e02b851bb7e356515d Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Thu Aug 20 20:18:17 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Thu Aug 20 22:47:10 2020 +0200
cid#1466206 Uninitialized pointer field Change-Id: Ib694d3a43dd9bc5a430124d9c95128c4c15e3c57 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101088 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx index 7de35fa3c088..3f7d96945873 100644 --- a/vcl/source/fontsubset/sft.cxx +++ b/vcl/source/fontsubset/sft.cxx @@ -1478,6 +1478,7 @@ TrueTypeFont::TrueTypeFont(const char* pFileName) , ntables(0) , cmap(nullptr) , cmapType(0) + , mapper(nullptr) { } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits