Date: Sat, 20 Jan 2001 09:36:08 -0800 (PST) From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c Message-ID: <200101201736.f0KHa8c13381@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jedgar 2001/01/20 09:36:08 PST Modified files: usr.sbin/newsyslog newsyslog.c Log: - Correct MAXPATHLEN/MAXHOSTNAMELEN usage - Check return values of malloc() and strdup() - Replace strcpy()/strcat()/sprintf() usage with strlcpy()/snprintf Reviewed by: -audit Revision Changes Path 1.30 +40 -37 src/usr.sbin/newsyslog/newsyslog.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101201736.f0KHa8c13381>