K 10 svn:author V 7 iedowse K 8 svn:date V 27 2002-12-27T17:15:16.000000Z K 7 svn:log V 356 Oops, I misread the purpose of the NULL check in EH_RESTORE() in revision 1.62. It was checking for M_PREPEND() failing, not for the case of a NULL mbuf pointer being supplied to the macro. Back out that revision, and fix the NULL dereference by not calling EH_RESTORE() in the case where the mbuf pointer is NULL because the firewall rejected the packet. END