Hi,
I have submitted a patch for review:
    https://gerrit.libreoffice.org/3412
To pull it, you can do:
    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/12/3412/1
Related: rhbz#924515 valgrind: uninitialized value
(cherry picked from commit 7093b2418d036b47ed706464956f330cfb89707a)
Change-Id: I405733a77a721f3d5562782e654a1942fe3b073e
---
M editeng/source/editeng/impedit2.cxx
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx
index 246ad29..be1e766 100644
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -99,6 +99,7 @@
     bAddExtLeading(false),
     bIsFormatting(false),
     bFormatted(false),
+    bInSelection(false),
     bIsInUndo(false),
     bUpdate(true),
     bUndoEnabled(true),
-- 
To view, visit https://gerrit.libreoffice.org/3412
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I405733a77a721f3d5562782e654a1942fe3b073e
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-3-6
Gerrit-Owner: Caolán McNamara <caolanm@redhat.com>
Context
- [PATCH libreoffice-3-6] Related: rhbz#924515 valgrind: uninitialized	value · via Code Review
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.