|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 0/3] Use string bound functions (take #2)
On 29/1/07 14:22, "Christoph Egger" <Christoph.Egger@xxxxxxx> wrote:
> I killed safe_strcpy() and almost all users from strcpy() and strncpy().
> The remaining users are acm and acpi.
> When this is done, strcpy() and strncpy() can be removed.
Okay, there are no live users of strcpy/strncpy/strcat/strncat (I fixed the
acm uses and the acpi uses are dead macros that aren't used). So I've killed
off those functions, #defined them to informative undefined labels, and
implemented strlcat().
sprintf() can go once the ia64 uses are fixed up.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|