kern/91597: [ipfilter] PC crashed after cold reboot in 2 minutes.

Darren Reed darrenr at hub.freebsd.org
Sun Feb 26 05:22:15 PST 2006


This patch should fix this crash.

Darren

*** ip_state.c  28 Mar 2005 10:47:54 -0000      2.186.2.29
--- ip_state.c  25 Feb 2006 16:18:58 -0000
***************
*** 663,668 ****
--- 663,669 ----
  		fr->fr_ref = 0;
  		fr->fr_dsize = 0;
  		fr->fr_data = NULL;
+ 		fr->fr_type = FR_T_NONE;
  
  		fr_resolvedest(&fr->fr_tif, fr->fr_v);
  		fr_resolvedest(&fr->fr_dif, fr->fr_v);



More information about the freebsd-bugs mailing list