DescriptionBounds check in CFX_Font::LoadGlyphPath().
Add a check to CFX_Font::LoadGlyphPath() similar to the one that exists
in CFX_FaceCache::RenderGlyph().
Also replace some scattered magic numbers in the file with constants,
and make arrays not used outside this file be statically scoped.
BUG=406144
R=jun_fang@foxitsoftware.com
Committed: https://pdfium.googlesource.com/pdfium/+/02132dc
Patch Set 1 #Patch Set 2 : Tabify. #Patch Set 3 : untabify #Patch Set 4 : Replace magic numbers with constants. #Patch Set 5 : Make arrays statically scoped. #
Total comments: 12
Patch Set 6 : use const size_t in place of #define. #Messages
Total messages: 5 (0 generated)
|