|
|
|
@ -1,3 +1,13 @@ |
|
|
|
|
2008-08-19 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> |
|
|
|
|
|
|
|
|
|
* src/base/ftobjs.c (FT_Stream_New): Initialize *astream |
|
|
|
|
always, even if passed library or arguments are invalid. |
|
|
|
|
This fixes a bug that uninitialized stream is freed when |
|
|
|
|
an invalid library handle is passed. Originally proposed |
|
|
|
|
by Mike Fabian, 2008/08/18 on freetype-devel. |
|
|
|
|
(FT_Open_Face): Ditto (stream). |
|
|
|
|
(load_face_in_embedded_rfork): Ditto (stream2). |
|
|
|
|
|
|
|
|
|
2008-08-18 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> |
|
|
|
|
|
|
|
|
|
* src/base/ftmac.c: Add a fallback to guess the availability of the |
|
|
|
|