[Libreoffice-commits] core.git: vcl/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue May 14 09:43:09 UTC 2019


 vcl/source/app/salvtables.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7e54baa0645015c0bf687b93edf088091afc3c88
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue May 14 09:52:43 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue May 14 11:42:18 2019 +0200

    Uninitialized SalInstanceWidget::m_bKeyEventListener
    
    Accidentally dropped with 492b0d5d076d38234fea4e4e7c5dbec578296fd2 "weld
    conditional formatting"?  (Started to CppunitTest_dbaccess_tdf119625 in ASan/
    UBSan builds like <https://ci.libreoffice.org/job/lo_ubsan/1269/>.)
    
    Change-Id: I040b0eed9dd386b28674113b416e112c1666747b
    Reviewed-on: https://gerrit.libreoffice.org/72267
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index 47cce4712db6..b55b735f0f8f 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -297,6 +297,7 @@ public:
         , m_pBuilder(pBuilder)
         , m_bTakeOwnership(bTakeOwnership)
         , m_bEventListener(false)
+        , m_bKeyEventListener(false)
         , m_bMouseEventListener(false)
         , m_nBlockNotify(0)
     {


More information about the Libreoffice-commits mailing list