From owner-cvs-sys Tue Jun 17 19:52:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA23929 for cvs-sys-outgoing; Tue, 17 Jun 1997 19:52:36 -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 TAA23883; Tue, 17 Jun 1997 19:52:22 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA03572; Tue, 17 Jun 1997 19:52:17 -0700 (PDT) Date: Tue, 17 Jun 1997 19:52:17 -0700 (PDT) Message-Id: <199706180252.TAA03572@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:52:17 PDT Modified files: (Branch: RELENG_2_2) sys/net ppp_tty.c Log: YAMFC: 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.11.2.2 +7 -2 src/sys/net/ppp_tty.c