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?
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to