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.




_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to