cvs commit: src/sys/pci if_dc.c

Mike Silbersack silby at FreeBSD.org
Sun Oct 19 16:05:20 PDT 2003


silby       2003/10/19 16:05:19 PDT

  FreeBSD src repository

  Modified files:
    sys/pci              if_dc.c 
  Log:
  Fix a problem where m_defrag would allocate a new mbuf to replace the
  chain passed into dc_encap, which dc_start was unaware of.  This caused
  the old (now invalid) mbuf to be passed to BPF_MTAP.
  
  Spotted by:     Kenjiro Cho <kjc at csl.sony.co.jp>
  
  Revision  Changes    Path
  1.127     +8 -8      src/sys/pci/if_dc.c


More information about the cvs-src mailing list