Formatting.

This commit is contained in:
Werner Lemberg 2009-03-03 23:34:49 +00:00
parent ab7e52b1c7
commit 42f5c714c0
3 changed files with 16 additions and 15 deletions

View File

@ -1,11 +1,12 @@
2009-03-03 David Turner <david@freetype.org>
Fix SFNT kerning table parser against malformed tables.
Closes Savannah BUG #25750
Protect SFNT kerning table parser against malformed tables.
* src/sfnt/ttkern.c (tt_face_get_kerning): fix a bug
where a malformed table would be succesfully loaded but
later crash the engine during parsing.
This closes Savannah BUG #25750.
* src/sfnt/ttkern.c (tt_face_load_kern, tt_face_get_kerning): Fix a
bug where a malformed table would be successfully loaded but later
crash the engine during parsing.
2009-03-03 David Turner <david@freetype.org>

View File

@ -33,8 +33,8 @@ CHANGES BETWEEN 2.3.9 and 2.3.8
- `FT_Get_Advance' (and `FT_Get_Advances') returned bad values for
almost all font formats except TrueType fonts.
- Fix a bug in the SFNT kerning table loader/parser which could crash
the engine if certain malformed tables were encountered.
- Fix a bug in the SFNT kerning table loader/parser which could
crash the engine if certain malformed tables were encountered.
II. IMPORTANT CHANGES

View File

@ -5,7 +5,7 @@
/* Load the basic TrueType kerning table. This doesn't handle */
/* kerning data within the GPOS table at the moment. */
/* */
/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007 by */
/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */