diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-08-29 15:08:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-08-29 17:37:04 +0200 |
commit | 11f430fd5d6b866483c8bde646f3ef2746e980c0 (patch) | |
tree | cfa62faeb04803273243dd3c0507fc3ed97c19ca /vcl | |
parent | 567c6c123094bf58c14ddac94e962cc62bc839b3 (diff) |
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@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/idxf/dxftblrd.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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} { } |