Date: Sun, 20 Aug 2006 06:31:24 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/date netdate.c Message-ID: <200608200631.k7K6VONx072791@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2006-08-20 06:31:24 UTC FreeBSD src repository Modified files: bin/date netdate.c Log: Use strlcpy in place of strncpy + setting the last character NUL. To be safe, memset the entire msg to '0'. Revision Changes Path 1.19 +2 -2 src/bin/date/netdate.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608200631.k7K6VONx072791>