|
From: | Michal Kowalski |
Subject: | [Devel] Bug Report |
Date: | Tue, 1 Jul 2003 00:02:22 -0700 |
Hello,
Just a simple bug I've found:
FT 2.1.4
\src\base\ftobjs.c
line 1467:
FT_Size_Metrics* metrics =
&face->size->metrics;
'face' pointer is dereferenced even though it may
be null; in fact you test this
condition in the next line, but it's too late
then.
Thanks,
MK
|
[Prev in Thread] | Current Thread | [Next in Thread] |