cvs commit: src/sys/net bpf.h

Mike Silbersack silby at FreeBSD.org
Fri Nov 28 10:49:01 PST 2003


silby       2003/11/28 10:49:00 PST

  FreeBSD src repository

  Modified files:
    sys/net              bpf.h 
  Log:
  Remove the call to M_ASSERTVALID from BPF_MTAP; some mbufs passed to
  mpf are allocated on the stack, which causes this check to falsely trigger.
  
  A new check which takes on-stack mbufs into account will be reintroduced
  after 5.2 is out the door.
  
  Approved by:    re (watson)
  Requested by:   many
  
  Revision  Changes    Path
  1.30      +0 -1      src/sys/net/bpf.h


More information about the cvs-src mailing list