Date: Wed, 8 Nov 2006 16:28:34 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_bridge.c Message-ID: <200611081628.kA8GSYpk009311@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2006-11-08 16:28:34 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/net if_bridge.c
Log:
Log:
Fix possible leak when bridge is in monitor mode. Use m_freem() which will
free the entire chain, instead of using m_free() which will free just the
mbuf that was passed.
Approved by: re@ (kensmith)
Revision Changes Path
1.11.2.42 +1 -1 src/sys/net/if_bridge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611081628.kA8GSYpk009311>
