Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2003 16:05:19 -0700 (PDT)
From:      Mike Silbersack <silby@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_dc.c
Message-ID:  <200310192305.h9JN5J2c083863@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@csl.sony.co.jp>
  
  Revision  Changes    Path
  1.127     +8 -8      src/sys/pci/if_dc.c



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