Date: Mon, 15 Jun 1998 12:06:29 -0700 (PDT) From: Brian Somers <brian@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 Message-ID: <199806151906.MAA20116@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806151906.MAA20116>
