-
```
In the freetype/src/sfnt/sfobjs.c file, there is a "woff_open_font" function
responsible for processing WOFF (Web Open Font Format) file structures. Among
other things, it unpacks potentially zl…
-
```
In freetype/src/pcf/pcfread.c, the following code is found:
int firstCol, lastCol;
int firstRow, lastRow;
int nencoding, encodingOffset;
int …
-
```
In freetype/src/pcf/pcfread.c, the following code is found:
402: FT_ULong nprops, i;
403: FT_ULong format, size;
...
406: FT_ULong string_size;
...
410: …
-
```
In the freetype/src/base/ftmac.c file used exclusively to process Mac font
files, the following code operating on FOND resources is present (function
"parse_fond"):
433: unsigned short st…
-
```
The following invalid free() condition has been encountered in FreeType while
fuzzing Type42 fonts. It has been reproduced with the current version of
freetype2 from master git branch, with a 64…
-
```
There is a vulnerability in the CFF CharString interpreter used by FreeType
2.5.3 (the Adobe CFF rasterizer contributed to the project in June 2013, see
[1]), which makes it possible for a speci…
-
```
The following use-after-free condition has been encountered in FreeType while
fuzzing Type42 fonts. It has been reproduced with the current version of
freetype2 from master git branch, with a 64…
-
```
The following heap-based out-of-bounds memory write has been encountered in
FreeType while fuzzing OTF fonts. It has been reproduced with the current
version of freetype2 from master git branch,…
-
```
FreeType 2.5.3 supports embedded bitmaps in SFNT-based fonts, in one of the
three standard graphics formats (PNG), while JPEG and TIFF are not yet
supported. Such bitmaps can be found in the App…
-
```
In the freetype/src/sfnt/ttcmap.c file, we can find functions responsible for
handling the "cmap" SFNT table
(http://www.microsoft.com/typography/otspec/cmap.htm) in different formats (0,
2, 4,…