freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] cff_get_name_index crash


From: Tom Parker
Subject: Re: [ft-devel] cff_get_name_index crash
Date: Wed, 07 Feb 2007 17:47:08 +0100
User-agent: Icedove 1.5.0.9 (X11/20061220)

Sean McBride wrote:
ft_strcpy, ft_strncpy -> strlcpy
ft_strcat -> strlcat

Neither are currently included in glibc (and some effort with google seems to indicate this is likely to stay this way for the foreseeable future), and so if freetype wants to use those it would have to maintain it's own variants of them.

Uses of ft_strcpy and ft_strcat could also be replaced with the strn* varieties, which would be some improvement.

Tom Parker
--
address@hidden - http://tevp.net
Illegitimus non carborundum




reply via email to

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