Subject: Re: CVS commit: src/sys/dev/ic
To: None <thorpej@wasabisystems.com>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: source-changes
Date: 04/22/2004 04:07:56
> > Log Message:
> > avoid unbounded sprintf(), use snprintf()
>
> Please not that this driver is maintained externally (by Justin Gibbs @
> FreeBSD), and so these changes should be fed back to him to keep the
> drivers in sync as much as possible.
yup, i know. i'll send the diff back to him.
> BTW, where there any places where the sprintfs() you replaced actually
> overflowed, or is this just a code sweep that fixes no problem in
> particular?
basically code sweep and promoting better practice.
i see scary ones here and there.
itojun