K 10 svn:author V 3 ume K 8 svn:date V 27 2005-02-27T18:57:10.000000Z K 7 svn:log V 365 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. PR: kern/77934 Submitted by: Gerd Rausch MFC after: 2 days END