Date: Sat, 21 Jun 1997 19:22:19 -0700 (PDT) From: Brian Somers <brian@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 Message-ID: <199706220222.TAA09996@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706220222.TAA09996>