mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-18 18:58:09 +02:00
* src/type1/t1parse.c (T1_New_Parser), src/type42/t42parse.c
(t42_parser_init): modifying functions to check the font header before
allocating anything on the heap.
* internal/freetype/ftmemory.h: introducing the new macros FT_ARRAY_MAX
and FT_ARRAY_CHECK
* src/pcf/pcfread.c, src/pcf/pcfutil.c: minor fixes and simplifications.
try to protect the PCF driver from doing stupid things with broken fonts.
|
||
|---|---|---|
| .. | ||
| Jamfile | ||
| module.mk | ||
| rules.mk | ||
| t42drivr.c | ||
| t42drivr.h | ||
| t42error.h | ||
| t42objs.c | ||
| t42objs.h | ||
| t42parse.c | ||
| t42parse.h | ||
| t42types.h | ||
| type42.c | ||