From owner-cvs-all Mon Jun 15 12:07:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07640 for cvs-all-outgoing; Mon, 15 Jun 1998 12:07:22 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA07622; Mon, 15 Jun 1998 12:07:18 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA20116; Mon, 15 Jun 1998 12:06:29 -0700 (PDT) Date: Mon, 15 Jun 1998 12:06:29 -0700 (PDT) Message-Id: <199806151906.MAA20116@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp alias_cmd.c bundle.c ccp.c command.c command.h filter.c hdlc.c ipcp.c lcp.c log.c mbuf.c modem.c mp.c route.c slcompress.c systems.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/15 12:06:29 PDT Modified files: usr.sbin/ppp alias_cmd.c bundle.c ccp.c command.c command.h filter.c hdlc.c ipcp.c lcp.c log.c mbuf.c modem.c mp.c route.c slcompress.c systems.c Log: Fix a rather nasty use of `static'. This caused a SEGV when running ``link * load label'' as we ended up recursing back into command_Interpret after nuking our command arg list. Revision Changes Path 1.14 +2 -1 src/usr.sbin/ppp/alias_cmd.c 1.17 +2 -2 src/usr.sbin/ppp/bundle.c 1.34 +2 -2 src/usr.sbin/ppp/ccp.c 1.144 +10 -12 src/usr.sbin/ppp/command.c 1.15 +2 -2 src/usr.sbin/ppp/command.h 1.24 +2 -2 src/usr.sbin/ppp/filter.c 1.32 +2 -2 src/usr.sbin/ppp/hdlc.c 1.56 +2 -2 src/usr.sbin/ppp/ipcp.c 1.59 +2 -2 src/usr.sbin/ppp/lcp.c 1.30 +2 -2 src/usr.sbin/ppp/log.c 1.15 +2 -1 src/usr.sbin/ppp/mbuf.c 1.90 +2 -2 src/usr.sbin/ppp/modem.c 1.7 +2 -2 src/usr.sbin/ppp/mp.c 1.47 +2 -2 src/usr.sbin/ppp/route.c 1.18 +2 -2 src/usr.sbin/ppp/slcompress.c 1.38 +5 -5 src/usr.sbin/ppp/systems.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message