K 10 svn:author V 3 sam K 8 svn:date V 27 2004-01-20T22:45:10.000000Z K 7 svn:log V 263 Fix ipip_output() to always set *mp to NULL on failure, even if 'm' is NULL, otherwise ipsec4_process_packet() may try to m_freem() a bad pointer. In ipsec4_process_packet(), don't try to m_freem() 'm' twice; ipip_output() already did it. Obtained from: netbsd END