Berend,

On Mon, Dec 30, 2013 at 03:48:07PM +1300, Berend de Boer wrote:
B> >>>>> "Gleb" == Gleb Smirnoff <gleb...@freebsd.org> writes:
B> 
B>     Gleb> Can you share a vmcore from paniced FreeBSD 10 system and
B>     Gleb> kernel binary?
B> 
B> My kernel config attached, freshly compiled from 10-STABLE, svn
B> revision 260055.

Can you please try attached patch? I hope it'll fix the panic. No
idea on how good will your rule work, however.

-- 
Totus tuus, Glebius.
Index: sys/netpfil/pf/pf_lb.c
===================================================================
--- sys/netpfil/pf/pf_lb.c	(revision 260055)
+++ sys/netpfil/pf/pf_lb.c	(working copy)
@@ -663,6 +663,7 @@ notrans:
 	uma_zfree(V_pf_state_key_z, *nkp);
 	uma_zfree(V_pf_state_key_z, *skp);
 	*skp = *nkp = NULL;
+	*sn = NULL;
 
 	return (NULL);
 }
_______________________________________________
freebsd-pf@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "freebsd-pf-unsubscr...@freebsd.org"

Reply via email to