Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2005 17:54:01 +0000 (UTC)
From:      Damien Bergamini <damien@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ral if_ral.c
Message-ID:  <200506291754.j5THs1Dd029021@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
damien      2005-06-29 17:54:01 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ral          if_ral.c 
  Log:
  o Fix a write mbuf-after-free bug.  The duration field of the 802.11 header
    was written in the old fragmented mbuf chain instead of the defragmented
    one.  Thus, the duration field of outgoing frames was incorrect.
  
  o Only call m_defrag() if the mbuf fragmentation threshold is greater
    than what is currently supported by the driver.
  
  Reviewed by:    silby (mentor)
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.4       +23 -9     src/sys/dev/ral/if_ral.c



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