Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Nov 2003 10:49:00 -0800 (PST)
From:      Mike Silbersack <silby@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net bpf.h
Message-ID:  <200311281849.hASIn0HS034816@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311281849.hASIn0HS034816>