[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - sd/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 25 07:27:26 UTC 2019
sd/source/ui/dlg/BulletAndPositionDlg.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 55059c98262bdc21cac97d09cdf8b2a263f2c6d3
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Jul 24 11:51:10 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jul 25 09:26:46 2019 +0200
cid#1448222 Out-of-bounds read
possibly coverity gold
Change-Id: I6443225482eab5be31e1e12d282e420e767f23b2
Reviewed-on: https://gerrit.libreoffice.org/76276
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sd/source/ui/dlg/BulletAndPositionDlg.cxx b/sd/source/ui/dlg/BulletAndPositionDlg.cxx
index 60a97f87c996..69a459f99b01 100644
--- a/sd/source/ui/dlg/BulletAndPositionDlg.cxx
+++ b/sd/source/ui/dlg/BulletAndPositionDlg.cxx
@@ -540,6 +540,7 @@ void SvxBulletAndPositionDlg::InitControls()
{
nNumberingType = SVX_NUM_NUMBER_NONE;
bAllLevel = false;
+ bSameDistBorderNum = false;
bSameBulRelSize = false;
bSameBulColor = false;
bSameStart = false;
More information about the Libreoffice-commits
mailing list