From owner-cvs-sbin Wed Feb 19 00:12:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA11725 for cvs-sbin-outgoing; Wed, 19 Feb 1997 00:12:11 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA11718; Wed, 19 Feb 1997 00:12:05 -0800 (PST) Date: Wed, 19 Feb 1997 00:12:05 -0800 (PST) From: David Greenman Message-Id: <199702190812.AAA11718@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/init init.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 97/02/19 00:12:04 Branch: sbin/init RELENG_2_1_0 Modified: sbin/init init.c Log: Brought in fix from rev 1.15: protect from stack overrun. NOTE: I do not plan to move the RELENG_2_1_7_RELEASE tag after this commit since the release has presumably already been rolled. If Jordan wants to include this change, then he'll need to move the tag himself. Revision Changes Path 1.7.4.2 +2 -2 src/sbin/init/init.c