Date: Tue, 17 Oct 2006 14:39:19 +0000 (UTC) From: Andrew Gallatin <gallatin@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mxge if_mxge.c Message-ID: <200610171439.k9HEdJE8006977@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gallatin 2006-10-17 14:39:19 UTC
FreeBSD src repository
Modified files:
sys/dev/mxge if_mxge.c
Log:
Fix a driver bug which could result in frames MHLEN or (MHLEN - 1) bytes
long being DMA'ed 2 (or 1) bytes past the end of the mbuf and corrupting
random kernel memory. I had forgotten about the 2 bytes of implict
padding the firmware assumes.
Sponsored by: Myricom Inc.
Revision Changes Path
1.12 +2 -2 src/sys/dev/mxge/if_mxge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610171439.k9HEdJE8006977>
