[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] Use string bounded functions
Hi! The attached patch replaces sprintf with snprintf and strncpy with strlcpy. There are various cases where no NULL-terminated strings are guaranteed and eventual possible overflows. This patch fixes them. BTW: Since Xen kernel has its own string functions, can't we just remove sprintf() and strncpy()? IMO, Xen should not inherit the historical C relicts. Christoph Attachment:
xen_stringbound.diff _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |