From owner-cvs-sys Sat Jun 21 19:26:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA01987 for cvs-sys-outgoing; Sat, 21 Jun 1997 19:26:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA01832; Sat, 21 Jun 1997 19:22:56 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA09996; Sat, 21 Jun 1997 19:22:19 -0700 (PDT) Date: Sat, 21 Jun 1997 19:22:19 -0700 (PDT) Message-Id: <199706220222.TAA09996@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 slcompress.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/06/21 19:22:19 PDT Modified files: (Branch: RELENG_2_2) sys/net ppp_tty.c slcompress.c Log: YAMFC: Fix this damn mbuf with a negative m_len. It turns out to be a problem with VJ header compression. davidg spotted this in usr.sbin/ppp/slcompress.c a while ago, but I believe gave the wrong reasons - it's too easy to reproduce ! The only scenario that I've been able to reproduce the problem under is when m_len is *exactly* 40 ! So go figure ! PR: 3749 Submitted elsewhere by: davidg Obtained from: usr.sbin/ppp/slcompress.c Revision Changes Path 1.11.2.3 +1 -5 src/sys/net/ppp_tty.c 1.7.2.1 +5 -1 src/sys/net/slcompress.c