K 10 svn:author V 7 iedowse K 8 svn:date V 27 2002-08-10T12:34:31.000000Z K 7 svn:log V 286 Don't dereference a NULL mbuf in m_freem(). It is a long-standing (though maybe not ideal) feature of m_freem() that calling m_freem(NULL) is permitted. Revision 1.51.2.17 exposed an unchecked dereference added in revision 1.51.2.16. This bug is specific to RELENG_4. PR: kern/41492 END