cvs commit: src/sys/net/pf pf.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Jul 16 15:46:20 PDT 2006


dillon      2006/07/16 15:42:23 PDT

DragonFly src repository

  Modified files:
    sys/net/pf           pf.c 
  Log:
  Attempt to fix an occassional panic in pf_purge_expired_states() by
  replacing an unsafe loop iteration with a safe one.
  
  Reported-by: "Simon 'corecode' Schubert" <corecode at xxxxxxxxxxxx>
  Note:	Simon's crash only occurs once a month or so, so this patch is
  	not definitive.
  
  Revision  Changes    Path
  1.9       +42 -39    src/sys/net/pf/pf.c


http://www.dragonflybsd.org/cvsweb/src/sys/net/pf/pf.c.diff?r1=1.8&r2=1.9&f=u





More information about the Commits mailing list