Date: Mon, 12 Jul 2010 21:47:30 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/e1000 if_em.c if_lem.c Message-ID: <201007122147.o6CLloem012427@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2010-07-12 21:47:30 UTC FreeBSD src repository Modified files: sys/dev/e1000 if_em.c if_lem.c Log: SVN rev 209959 on 2010-07-12 21:47:30Z by jfv Fix for a panic when TX checksum offload is done and a packet has only a header in the first mbuf, the checksum code will dereference a pointer into the non-existing IP header. Do a check for the size and pullup if needed. Thanks to Michael Tuexen for this fix. MFC: asap - should be in 8.1 IMHO Revision Changes Path 1.51 +18 -10 src/sys/dev/e1000/if_em.c 1.7 +17 -9 src/sys/dev/e1000/if_lem.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007122147.o6CLloem012427>