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
30541352
Kaydet (Commit)
30541352
authored
Agu 20, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix string out-of-bounds assert on rhbz496762-1.pdf
Change-Id: I224e3c9befd1a9ab3ba0cc2676cd6b4ba51214c8
üst
d01ee7e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
wrapper.cxx
sdext/source/pdfimport/wrapper/wrapper.cxx
+4
-1
No files found.
sdext/source/pdfimport/wrapper/wrapper.cxx
Dosyayı görüntüle @
30541352
...
@@ -374,7 +374,10 @@ void Parser::readChar()
...
@@ -374,7 +374,10 @@ void Parser::readChar()
readDouble
(
aUnoMatrix
.
m11
);
readDouble
(
aUnoMatrix
.
m11
);
readDouble
(
fontSize
);
readDouble
(
fontSize
);
OString
aChars
=
lcl_unescapeLineFeeds
(
m_aLine
.
copy
(
m_nCharIndex
)
);
OString
aChars
;
if
(
m_nCharIndex
!=
-
1
)
aChars
=
lcl_unescapeLineFeeds
(
m_aLine
.
copy
(
m_nCharIndex
)
);
// chars gobble up rest of line
// chars gobble up rest of line
m_nCharIndex
=
-
1
;
m_nCharIndex
=
-
1
;
...
...
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