Commit 6ebd6fd51a695a9b8ff2886cfb681bf0d3316155

Graham Asher 2002-07-24T18:38:45

logged latest change to ttobjs.c

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/ChangeLog b/ChangeLog
index 484fe3a..3234453 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-24-17  Graham Asher  <graham.asher@btinternet.com>
+
+    * src/truetype/ttobjs.c: fix for bug reported by Sven Neumann [sven@gimp.org]
+    on the FreeType development forum: "If FT_CONFIG_OPTION_INCREMENTAL is undefined
+    (this is the default), the TrueType loader crashes in line 852 of src/truetype/ttgload.c
+    when it tries to access face->glyph_locations."
+
 2002-07-17  David Turner  <david@freetype.org>
 
     * include/freetype/cache/ftccache.h, src/cache/ftccache.i,