CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/11/24 07:18:21
Modified files:
sys/dev/pci : if_msk.c
Log message:
msk_newbuf() had an off by one when putting the packet onto the cluster
and cleared the mbuf pointer of the next element, causing a mbuf leak.
While there also ensure that the valid bit of the first buffer is only set
when the full chain got assembled.
Tested by jmc@, ok kettenis@
