cvs commit: src/sys/net if_bridge.c

Andrew Thompson thompsa at FreeBSD.org
Sun Nov 13 19:37:00 GMT 2005


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


More information about the cvs-src mailing list