sd/source/ui/dlg/BulletAndPositionDlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 55059c98262bdc21cac97d09cdf8b2a263f2c6d3
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Jul 24 11:51:10 2019 +0100
Commit:     Caolán McNamara <caol...@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 <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to