cvs commit: src/sys/net if_bridge.c

Christian S.J. Peron csjp at FreeBSD.org
Sun Nov 5 17:56:25 UTC 2006


csjp        2006-11-05 17:56:25 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_bridge.c 
  Log:
  Fix possible leak when bridge is in monitor mode. Use m_freem() which will
  free the entire chain, instead of using m_free() which will free just the
  mbuf that was passed.
  
  Discussed with: thompsa
  MFC after:      3 days
  
  Revision  Changes    Path
  1.85      +1 -1      src/sys/net/if_bridge.c


More information about the cvs-src mailing list