lotuswordpro/inc/xfilter/xfdrawgroup.hxx |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit aa460a757431afc7408d08569142e6c0e3f6f301
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sun Jan 16 14:21:09 2022 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sun Jan 16 16:41:26 2022 +0100

    ofz#43689 Null-dereference
    
    Change-Id: I6edb50b3c281d50187d8965ce9665a9aae0e9098
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128478
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/lotuswordpro/inc/xfilter/xfdrawgroup.hxx 
b/lotuswordpro/inc/xfilter/xfdrawgroup.hxx
index 81f7f8cc781a..b5e1f367c837 100644
--- a/lotuswordpro/inc/xfilter/xfdrawgroup.hxx
+++ b/lotuswordpro/inc/xfilter/xfdrawgroup.hxx
@@ -72,7 +72,10 @@
 class XFDrawGroup : public XFDrawObject
 {
 public:
-    XFDrawGroup() {}
+    XFDrawGroup()
+        : m_aChildren(new XFContentContainer)
+    {
+    }
 
 public:
     using XFDrawObject::Add;

Reply via email to