cvs commit: src/sys/net if_enc.c

Andrew Thompson thompsa at FreeBSD.org
Wed Dec 26 08:41:59 UTC 2007


thompsa     2007-12-26 08:41:58 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_enc.c 
  Log:
  Fix a panic where if the mbuf was consumed by the filter for requeueing
  (dummynet), ipsec_filter() would return the empty error code and the ipsec code
  would continue to forward/deference the null mbuf.
  
  Found by:       m0n0wall
  Reviewed by:    bz
  MFC after:      3 days
  
  Revision  Changes    Path
  1.8       +7 -0      src/sys/net/if_enc.c


More information about the cvs-all mailing list