K 10 svn:author V 3 ume K 8 svn:date V 27 2005-03-01T07:21:55.000000Z K 7 svn:log V 323 MFC 1.58, 1.59: - fix typo. - icmp6_notify_error uses IP6_EXTHDR_CHECK, which in turn calls m_pullup. icmp6_notify_error continued to use the old pointer, which after the m_pullup is not suitable as a packet header any longer (see m_move_pkthdr). and this is what causes the kernel panic in sbappendaddr later on. END