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
ce740afe
Kaydet (Commit)
ce740afe
authored
Haz 14, 2012
tarafından
Herbert Dürr
Kaydeden (comit)
Caolán McNamara
Mar 07, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
c#705441# handle invalid FDSelect entry while emitting Type1
Change-Id: I1865eec0dcb29c74e98a6f42f7cf37a2851f8e85
üst
aadde740
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
cff.cxx
vcl/source/fontsubset/cff.cxx
+2
-0
No files found.
vcl/source/fontsubset/cff.cxx
Dosyayı görüntüle @
ce740afe
...
...
@@ -2257,6 +2257,8 @@ bool CffSubsetterContext::emitAsType1( Type1Emitter& rEmitter,
assert
(
(
nGlyphId
>=
0
)
&&
(
nGlyphId
<
mnCharStrCount
));
// get privdict context matching to the glyph
const
int
nFDSelect
=
getFDSelect
(
nGlyphId
);
if
(
nFDSelect
<
0
)
continue
;
mpCffLocal
=
&
maCffLocal
[
nFDSelect
];
// convert the Type2op charstring to its Type1op counterpart
const
int
nT2Len
=
seekIndexData
(
mnCharStrBase
,
nGlyphId
);
...
...
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