Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
72edadf1
Kaydet (Commit)
72edadf1
authored
Tem 31, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
filter: valgrind uninitialized nDataLen warning in filter_tiff_test
Change-Id: I70e38970394ca291de2de184b80bb5bb7c2cccac
üst
56b2bb53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
itiff.cxx
filter/source/graphicfilter/itiff/itiff.cxx
+4
-0
No files found.
filter/source/graphicfilter/itiff/itiff.cxx
Dosyayı görüntüle @
72edadf1
...
@@ -1229,6 +1229,10 @@ bool TIFFReader::ReadTIFF(SvStream & rTIFF, Graphic & rGraphic )
...
@@ -1229,6 +1229,10 @@ bool TIFFReader::ReadTIFF(SvStream & rTIFF, Graphic & rGraphic )
// loop through tags:
// loop through tags:
for
(
i
=
0
;
i
<
nNumTags
;
i
++
)
for
(
i
=
0
;
i
<
nNumTags
;
i
++
)
{
{
nTagType
=
0
;
nDataType
=
USHRT_MAX
;
nDataLen
=
0
;
nOffset
=
0
;
pTIFF
->
ReadUInt16
(
nTagType
).
ReadUInt16
(
nDataType
).
ReadUInt32
(
nDataLen
).
ReadUInt32
(
nOffset
);
pTIFF
->
ReadUInt16
(
nTagType
).
ReadUInt16
(
nDataType
).
ReadUInt32
(
nDataLen
).
ReadUInt32
(
nOffset
);
if
(
DataTypeSize
()
*
nDataLen
>
4
)
if
(
DataTypeSize
()
*
nDataLen
>
4
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment