From owner-cvs-sys Tue Jun 17 19:51:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA23805 for cvs-sys-outgoing; Tue, 17 Jun 1997 19:51:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA23751; Tue, 17 Jun 1997 19:50:46 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA03537; Tue, 17 Jun 1997 19:50:41 -0700 (PDT) Date: Tue, 17 Jun 1997 19:50:41 -0700 (PDT) Message-Id: <199706180250.TAA03537@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net ppp_tty.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/06/17 19:50:41 PDT Modified files: sys/net ppp_tty.c Log: Protect against garbage mbufs in pppstart. Remove previous hack in pppfcs(). This is still not the correct solution. We shouldn't have any incorrect mbufs. This patch does however make pppd/natd work (rather than jamming the interface). Revision Changes Path 1.20 +7 -2 src/sys/net/ppp_tty.c