freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] Standard Library Dependencies in freetype-2.3.7


From: Mickey Gabel
Subject: Re: [ft] Standard Library Dependencies in freetype-2.3.7
Date: Tue, 13 Jan 2009 11:38:42 +0200
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)


Using the latest stable release (2.3.7), I can see that FT2 makes
some direct calls to memcpy instead of ft_memcpy.  For example, see
ftsmooth.c line 297.  Is this a bug? I shouldn't have to change
ftsmooth.c, right?

It's a bug; I've just fixed it in the CVS.  Thanks for the report.


    Werner

Thank you.
In general, how stable is the latest CVS head compared to 2.3.7? Should I stick the using 2.3.7, or should I wait for 2.3.8?

I saw a few such additional cases, including cases where an internal C file directly includes <stdlib.h> when it probably shouldn't:

raster/ftmisc.h (includes stdlib)
psaux/t1decode.c  (lines 357, 780)
base/ftlcdfil.c
autofit/afhints.c

As I work through compiling the library, I shall report other such issues if I find any.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]