thompsa 2005-11-13 19:36:59 UTC FreeBSD src repository
Modified files: sys/net if_bridge.c Log: Fix a mbuf and refcnt leak in the broadcast code. If the packet is rejected from pfil(9) then continue the loop rather than returning, this means that we can still try to send it out the remaining interfaces but more importantly the mbuf is freed and refcount decremented on exit. Revision Changes Path 1.33 +4 -4 src/sys/net/if_bridge.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"