K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2000-09-24T04:08:38.000000Z K 7 svn:log V 331 Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbuf pointer, when bridging and bridge_ipfw are enabled, and when bdg_forward() happens to free the packet and make our pointer NULL. There may be more similar problems like this one with calls to bdg_forward(). PR: Related to kern/19551 Reviewed by: jlemon END