Date: Fri, 13 Feb 2009 19:20:25 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net if_bridge.c Message-ID: <200902131920.n1DJKhOY063256@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2009-02-13 19:20:25 UTC
FreeBSD src repository
Modified files:
sys/net if_bridge.c
Log:
SVN rev 188594 on 2009-02-13 19:20:25Z by thompsa
bridge_delete_member is called via the event handler from if_detach
after the LLADDR is reclaimed which causes a null pointer deref with
inherit_mac enabled. Record the ifnet pointer of the interface and then compare
that to find when to re-assign the bridge address.
Submitted by: sam
Revision Changes Path
1.121 +9 -5 src/sys/net/if_bridge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902131920.n1DJKhOY063256>
