cvs commit: src/sys/dev/re if_re.c

John-Mark Gurney jmg at FreeBSD.org
Sat Sep 18 11:08:28 PDT 2004


jmg         2004-09-18 18:08:28 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/re           if_re.c 
  Log:
  pass in pointer to m_head to re_encap because m_defrag could free the
  original mbuf causing a free'd mbuf passed to bpf later and panic'ing the
  system..  This should only effect jumbo frames.
  
  MFC after:      5 days
  
  Revision  Changes    Path
  1.32      +13 -13    src/sys/dev/re/if_re.c


More information about the cvs-src mailing list