From owner-cvs-all Sun May 9 13: 2:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AD1015B53; Sun, 9 May 1999 13:02:31 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35270; Sun, 9 May 1999 13:02:31 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199905092002.NAA35270@freefall.freebsd.org> From: Brian Somers Date: Sun, 9 May 1999 13:02:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ccp.c fsm.c ip.c ipcp.c lcp.c log.c lqr.c lqr.h mbuf.c mbuf.h pred.c slcompress.c systems.c timer.c vjcomp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/05/09 13:02:30 PDT Modified files: usr.sbin/ppp ccp.c fsm.c ip.c ipcp.c lcp.c log.c lqr.c lqr.h mbuf.c mbuf.h pred.c slcompress.c systems.c timer.c vjcomp.c Log: Deal with the fact that as we now mbuf_Read the fsm header in fsm_Input() we often end up with a NULL mbuf. Deal with a possible NULL mbuf being passed into mbuf_Prepend(). Adjust some spacing to make things more consistent. Revision Changes Path 1.48 +2 -4 src/usr.sbin/ppp/ccp.c 1.43 +27 -27 src/usr.sbin/ppp/fsm.c 1.60 +2 -2 src/usr.sbin/ppp/ip.c 1.77 +2 -2 src/usr.sbin/ppp/ipcp.c 1.74 +3 -7 src/usr.sbin/ppp/lcp.c 1.37 +2 -2 src/usr.sbin/ppp/log.c 1.34 +11 -10 src/usr.sbin/ppp/lqr.c 1.15 +2 -2 src/usr.sbin/ppp/lqr.h 1.26 +31 -27 src/usr.sbin/ppp/mbuf.c 1.17 +6 -3 src/usr.sbin/ppp/mbuf.h 1.26 +2 -2 src/usr.sbin/ppp/pred.c 1.26 +2 -2 src/usr.sbin/ppp/slcompress.c 1.44 +2 -2 src/usr.sbin/ppp/systems.c 1.33 +4 -4 src/usr.sbin/ppp/timer.c 1.29 +2 -2 src/usr.sbin/ppp/vjcomp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message