From owner-cvs-all Sat Jan 20 9:36:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9587D37B400; Sat, 20 Jan 2001 09:36:08 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0KHa8c13381; Sat, 20 Jan 2001 09:36:08 -0800 (PST) (envelope-from jedgar) Message-Id: <200101201736.f0KHa8c13381@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sat, 20 Jan 2001 09:36:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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