]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a problem where m_defrag would allocate a new mbuf to replace the
authorsilby <silby@FreeBSD.org>
Sun, 19 Oct 2003 23:05:19 +0000 (23:05 +0000)
committersilby <silby@FreeBSD.org>
Sun, 19 Oct 2003 23:05:19 +0000 (23:05 +0000)
commitfc5724e28ca9cb1b1295a7c3ea5c518db1e8aacc
tree133220321acfeb7a6e7fa835d8643357e126b130
parent4add8d9302f95e90df2c7b01613648b4f8c2a8a7
Fix a problem where m_defrag would allocate a new mbuf to replace the
chain passed into dc_encap, which dc_start was unaware of.  This caused
the old (now invalid) mbuf to be passed to BPF_MTAP.

Spotted by: Kenjiro Cho <kjc@csl.sony.co.jp>
sys/dev/dc/if_dc.c
sys/pci/if_dc.c