Subject: Re: CVS commit: src/sys
To: Jun-ichiro itojun Hagino <itojun@itojun.org>
From: Lennart Augustsson <lennart@augustsson.net>
List: tech-kern
Date: 04/24/2004 13:15:07
Jun-ichiro itojun Hagino wrote:
> 
> 	the original code (with sprintf) is already broken, as sprintf()
> 	returns -1 on failure.  we just need to fix all of these
> 	cp += sprintf (or snprintf).

But the kernel sprintf() never returns -1, so it wasn't broken.

	-- Lennart