Commit 09f3e41c2523f597ecc7d3afdd0aaa8f9659ad06

suzuki toshiya 2012-01-15T02:48:47

[base] Fix a dereference of uninitialized variable in PIC mode. * src/base/ftglyph.c (FT_Glyph_To_Bitmap): `glyph' must be set before derefering to obtain `library'. The initialization of `clazz', `glyph', `library' and NULL pointer check are reordered to minimize PIC conditonals.