Date: Sun, 5 Jan 2003 14:37:36 -0800 (PST) From: Sam Leffler <sam@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 icmp6.c Message-ID: <200301052237.h05MbaF2022301@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2003/01/05 14:37:36 PST Modified files: sys/netinet6 icmp6.c Log: correct pkthdr length calculation for ipv6 echo packets; after moving a packet header with M_MOVE_PKTHDR one should not reference the packet header in the original packet; in this case the code was assuming that m_adj would alter m_pkthdr.len which stopped happening because M_MOVE_PKTHDR removes the M_PKTHDR bit from m_flags Submitted by: Bill Fenner <fenner@research.att.com> Revision Changes Path 1.26 +6 -3 src/sys/netinet6/icmp6.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?200301052237.h05MbaF2022301>