Date: Fri, 5 Oct 2001 20:48:30 -0700 From: Bill Fenner <fenner@research.att.com> To: kuriyama@imgsrc.co.jp Cc: freebsd-current@freebsd.org Subject: Re: Panic at vlan_input() Message-ID: <200110060348.UAA07334@windsor.research.att.com>
next in thread | raw e-mail | index | archive | help
I think this is a bug in the loadable VLAN code; there's a != which should be an ==, which results in packets with known tags being discarded and would result in packets with unknown tags causing a null pointer dereference. I'll commit a fix soon as soon as I've tested it more. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110060348.UAA07334>