xmloff/source/draw/shapeimport.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 292fd4d83bba706a10926465b390fa5bc0d4e1ce
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Aug 18 09:54:02 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Aug 18 14:28:50 2022 +0200

    cid#1509254 Uninitialized scalar variable
    
    Change-Id: I2d1f0944a069230a435890734eb18e8ee3e275e9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138470
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/xmloff/source/draw/shapeimport.cxx 
b/xmloff/source/draw/shapeimport.cxx
index f0e150910ae9..259348e44176 100644
--- a/xmloff/source/draw/shapeimport.cxx
+++ b/xmloff/source/draw/shapeimport.cxx
@@ -615,6 +615,7 @@ void ShapeGroupContext::popGroupAndPostProcess()
 
         // second add the already existing shapes in the unsorted list
         ZOrderHint aNewHint;
+        aNewHint.pShape = nullptr;
         do
         {
             nCount--;

Reply via email to