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

Daniel Hartmeier dhartmei at FreeBSD.org
Thu Jan 19 03:46:46 PST 2006


dhartmei    2006-01-19 11:46:45 UTC

  FreeBSD src repository

  Modified files:
    sys/contrib/pf/net   pf_norm.c 
  Log:
  fix a bug in the fragment cache (used for 'scrub fragment crop/drop-ovl',
  but not 'fragment reassemble'), which can cause some fragments to get
  inserted into the cache twice, thereby violating an invariant, and panic-
  ing the system subsequently.
  
  Reviewed by:    mlaier
  MFC after:      1 day
  
  Revision  Changes    Path
  1.16      +1 -1      src/sys/contrib/pf/net/pf_norm.c


More information about the cvs-all mailing list