Module Name: src Committed By: martin Date: Fri Mar 30 11:23:20 UTC 2018
Modified Files: src/sys/netinet6 [netbsd-8]: dest6.c Log Message: Pull up following revision(s) (requested by maxv in ticket #664): sys/netinet6/dest6.c: revision 1.21 Fix the calculation of the ICMP6 error pointer. It is not correct to use pointer = opt - mtod(m, u_int8_t *) because m may have gone through m_pulldown, and it is possible that m->m_data is no longer the beginning of the packet. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.20.8.1 src/sys/netinet6/dest6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.