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

Re: [rtl] using vsnprintf in rtl



On Wed, Apr 05, 2000 at 06:24:45PM +0200, Klaus Keppler wrote:
> Has anyone successfully used vsnprintf() and/or snprintf() without any
> problems inside rtlinux tasks ?
> My rtlinux-box crashes somtimes, so it would be great to know that the
> usage of vsnprintf() is NOT the reason for my problem.
> 	thanks in advance
> 		klaus


If you are using vsprintf() or sprintf() from the kernel, it is safe.
However, since you say that you are using snprintf(), the source for
this function must come from somewhere else.  Could be any number of
problems then.



dave...