Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Nov 2005 19:36:59 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_bridge.c
Message-ID:  <200511131936.jADJaxK4072123@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2005-11-13 19:36:59 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_bridge.c 
  Log:
  Fix a mbuf and refcnt leak in the broadcast code.
  
  If the packet is rejected from pfil(9) then continue the loop rather than
  returning, this means that we can still try to send it out the remaining
  interfaces but more importantly the mbuf is freed and refcount decremented on
  exit.
  
  Revision  Changes    Path
  1.33      +4 -4      src/sys/net/if_bridge.c



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