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
7af19f45
Kaydet (Commit)
7af19f45
authored
Eyl 18, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
check stream status and string lengths
Change-Id: I99f3d4a2ec760228f485d01fce856deb9c068431
üst
f6368c29
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
hang-22.ppt
sd/qa/unit/data/ppt/pass/hang-22.ppt
+0
-0
propread.cxx
sd/source/filter/ppt/propread.cxx
+3
-1
No files found.
sd/qa/unit/data/ppt/pass/hang-22.ppt
0 → 100644
Dosyayı görüntüle @
7af19f45
File added
sd/source/filter/ppt/propread.cxx
Dosyayı görüntüle @
7af19f45
...
@@ -288,7 +288,9 @@ void Section::GetDictionary(Dictionary& rDict)
...
@@ -288,7 +288,9 @@ void Section::GetDictionary(Dictionary& rDict)
for
(
sal_uInt32
i
=
0
;
i
<
nDictCount
;
++
i
)
for
(
sal_uInt32
i
=
0
;
i
<
nDictCount
;
++
i
)
{
{
sal_uInt32
nId
(
0
),
nSize
(
0
);
sal_uInt32
nId
(
0
),
nSize
(
0
);
aStream
.
ReadUInt32
(
nId
).
ReadUInt32
(
nSize
);
aStream
.
ReadUInt32
(
nId
).
ReadUInt32
(
nSize
);
if
(
!
aStream
.
good
()
||
nSize
>
aStream
.
remainingSize
())
break
;
if
(
mnTextEnc
==
RTL_TEXTENCODING_UCS2
)
if
(
mnTextEnc
==
RTL_TEXTENCODING_UCS2
)
nSize
>>=
1
;
nSize
>>=
1
;
if
(
!
nSize
)
if
(
!
nSize
)
...
...
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