summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-01 11:21:10 +0000
committerAndras Timar <andras.timar@collabora.com>2021-10-11 18:11:18 +0200
commitd3f00a12a471c489eed46b1866b170c7dba6c8a0 (patch)
treef617ebea504deb43c8360d512b64ca6dd52dd566
parent6f74da5c4beef49d688323004b434d14cdc06e4f (diff)
ofz#20447 Null-dereference READ
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87802 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit fec7e3422f4d1c5b9382518a11d0bb99b12e41c9) Change-Id: I76c1c815ab5aaf4548c886a69989fcabe3de5248
-rw-r--r--lotuswordpro/source/filter/lwprowlayout.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/lwprowlayout.cxx b/lotuswordpro/source/filter/lwprowlayout.cxx
index 4348496be15e..a09daa9aa2e4 100644
--- a/lotuswordpro/source/filter/lwprowlayout.cxx
+++ b/lotuswordpro/source/filter/lwprowlayout.cxx
@@ -191,6 +191,8 @@ void LwpRowLayout::Read()
void LwpRowLayout::ConvertRow(rtl::Reference<XFTable> const & pXFTable,sal_uInt8 nStartCol,sal_uInt8 nEndCol)
{
LwpTableLayout* pTableLayout = GetParentTableLayout();
+ if (!pTableLayout)
+ throw std::runtime_error("missing TableLayout");
LwpTable* pTable = pTableLayout->GetTable();
//calculate the connected cell position