svn commit: r242013 - head/sys/net

John Baldwin jhb at freebsd.org
Thu Oct 25 13:51:04 UTC 2012


On Wednesday, October 24, 2012 3:05:53 pm Gleb Smirnoff wrote:
> On Wed, Oct 24, 2012 at 02:42:33PM -0400, John Baldwin wrote:
> J> On Wednesday, October 24, 2012 2:33:44 pm Gleb Smirnoff wrote:
> J> > Author: glebius
> J> > Date: Wed Oct 24 18:33:44 2012
> J> > New Revision: 242013
> J> > URL: http://svn.freebsd.org/changeset/base/242013
> J> > 
> J> > Log:
> J> >   Fix fallout from r240071. If destination interface lookup fails,
> J> >   we should broadcast a packet, not try to deliver it to NULL.
> J> >   
> J> >   Reported by:	rpaulo
> J> 
> J> I wonder if this fixes the panic someone was reporting on net@ when removing
> J> an interface from a bridge?
> 
> I failed to find it on net@ or bugs@ in a timeframe after I committed
> if_transmit patch to bridge.

Ah, it was on current@:

Subject: "panic possibly on on bridge member removal"

It definitely had a null ifnet pointer.

-- 
John Baldwin


More information about the svn-src-head mailing list