From owner-cvs-usrsbin Fri Jun 7 09:27:37 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA28926 for cvs-usrsbin-outgoing; Fri, 7 Jun 1996 09:27:37 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA28909; Fri, 7 Jun 1996 09:27:30 -0700 (PDT) Date: Fri, 7 Jun 1996 09:27:30 -0700 (PDT) From: Alex Nash Message-Id: <199606071627.JAA28909@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/07 09:27:29 Modified: usr.sbin/newsyslog newsyslog.c Log: Fix uninitialized variable that caused a core dump if /etc/newsyslog.conf was empty. Closes PR bin/1300. Found by: Brian Tao Revision Changes Path 1.4 +2 -2 src/usr.sbin/newsyslog/newsyslog.c