Subject: Re: CVS commit: syssrc
To: Assar Westerlund <assar@sics.se>
From: Matthew Jacob <mjacob@feral.com>
List: source-changes
Date: 12/05/1999 04:03:52
Because I didn't think to check that snprintf is now available. It is for
FreeBSD, but NetBSD && OpenBSD I didn't check. Still, having a buffer big
enough is not unreasonable, no?

On 5 Dec 1999, Assar Westerlund wrote:

> > Module Name:	syssrc
> > Committed By:	mjacob
> > Date:		Sat Dec  4 03:06:54 UTC 1999
> > 
> > Modified Files:
> > 	syssrc/sys/dev/ic: isp_inline.h
> > 
> > Log Message:
> > Make sure we have a big enough buffer to sprintf into (noticed by
> > deraadt@openbsd.org).
> 
> Why not use snprintf instead?
> 
> /assar
>