On Wed, Apr 02, 2008 at 09:57:46AM -0400, Steven Kreuzer wrote:
> - (void) sprintf(fullname, "%s/%s", directory, name);
> + (void) snprintf(fullname, sizeof(filename), "%s/%s", directory, name);
^^^^^^^^
Has a typo crawled in?
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
- Regression tests for usr.sbin/zic and lib/libc/stdtime Edwin Groothuis
- Re: Regression tests for usr.sbin/zic and lib/libc/... Steven Kreuzer
- Re: Regression tests for usr.sbin/zic and lib/l... Andrew Pantyukhin
- Re: Regression tests for usr.sbin/zic and l... Steven Kreuzer

