summaryrefslogtreecommitdiff
path: root/docs/CHANGES
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2008-05-13 12:10:04 +0000
committerWerner Lemberg <wl@gnu.org>2008-05-13 12:10:04 +0000
commitfb57228b94904c664a7f4878720660bb8f41b31b (patch)
tree7a50db8ad6cf53c913e73a437971a0b599b85c52 /docs/CHANGES
parentb7c063d52332387bb00c9a04acd078c9411e7768 (diff)
downloadfreetype2-fb57228b94904c664a7f4878720660bb8f41b31b.tar.gz
* src/winfonts/winfnt.c (fnt_face_get_dll_font, FNT_Face_Init):
Handle case `face_index < 0'. * docs/CHANGES: Document it.
Diffstat (limited to 'docs/CHANGES')
-rw-r--r--docs/CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index c11802fe3..375273dec 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -14,6 +14,8 @@ CHANGES BETWEEN 2.3.6 and 2.3.5
- Subsetted CID-keyed CFFs are now supported correctly.
+ - A call to FT_Open_Face with `face_index' < 0 crashed FreeType if
+ the font was a Windows (bitmap) FNT/FON.
II. IMPORTANT CHANGES