K 10 svn:author V 3 bms K 8 svn:date V 27 2004-06-18T12:58:45.000000Z K 7 svn:log V 367 Check that m->m_pkthdr.rcvif is not NULL before checking if a packet was received on a broadcast address on the input path. Under certain circumstances this could result in a panic, notably for locally-generated packets which do not have m_pkthdr.rcvif set. This is a similar situation to that which is solved by src/sys/netinet/ip_icmp.c rev 1.66. PR: kern/52935 END