Date: Tue, 4 Jul 2000 11:43:33 -0700 (PDT) From: Jun-ichiro itojun Hagino <itojun@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/lnc if_lnc.c src/sys/dev/vx if_vx.c Message-ID: <200007041843.LAA91358@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
itojun 2000/07/04 11:43:32 PDT Modified files: sys/dev/lnc if_lnc.c sys/dev/vx if_vx.c Log: be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointer in m_pkthdr portion. actually, we should not change pkthdr mbuf <-> non-pkthdr mbuf. Revision Changes Path 1.79 +2 -1 src/sys/dev/lnc/if_lnc.c 1.28 +2 -2 src/sys/dev/vx/if_vx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007041843.LAA91358>