Date: Sun, 9 May 1999 13:02:31 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> 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 Message-ID: <199905092002.NAA35270@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905092002.NAA35270>