Date: Wed, 24 Dec 1997 11:13:24 -0800 (PST) From: Warner Losh <imp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/ftpd ftpd.c skey-stuff.c Message-ID: <199712241913.LAA07350@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1997/12/24 11:13:24 PST
Modified files:
libexec/ftpd ftpd.c skey-stuff.c
Log:
Various sprintf -> snprintf fixes.
Minor style fix (strcpy(foo,"") -> *foo = '\0')
Obtained from: OpenBSD(?)
Revision Changes Path
1.44 +9 -7 src/libexec/ftpd/ftpd.c
1.11 +3 -2 src/libexec/ftpd/skey-stuff.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712241913.LAA07350>
