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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sun Aug 29 15:37:37 UTC 2021


 vcl/source/filter/idxf/dxftblrd.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 11f430fd5d6b866483c8bde646f3ef2746e980c0
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Aug 29 15:08:33 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun Aug 29 17:37:04 2021 +0200

    ofz: MemorySanitizer: use-of-uninitialized-value
    
    Change-Id: Id7d210c5759c117a398027b188c5e4f51667c505
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121225
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/source/filter/idxf/dxftblrd.cxx b/vcl/source/filter/idxf/dxftblrd.cxx
index 5077b687bed8..7e20e6c69238 100644
--- a/vcl/source/filter/idxf/dxftblrd.cxx
+++ b/vcl/source/filter/idxf/dxftblrd.cxx
@@ -27,6 +27,7 @@ DXFLType::DXFLType()
     , nFlags(0)
     , nDashCount(0)
     , fPatternLength(0.0)
+    , fDash{0.0}
 {
 }
 


More information about the Libreoffice-commits mailing list