Mbuf leak in if_lagg.c

Adrian Chadd adrian at freebsd.org
Thu Mar 26 17:45:44 UTC 2015


Hi!

Please file a bug! https://bugs.freebsd.org/submit/

Thanks!


-a


On 19 March 2015 at 09:31, Alexandre Martins
<alexandre.martins at stormshield.eu> wrote:
> Hi !
>
> I found a leak of mbuf in the lagg driver :
>
> https://svnweb.freebsd.org/base/head/sys/net/if_lagg.c?view=annotate#l1672
>
> -=-=-=-=-=-=-=-=-=-=-
> m = (lp->lp_detaching == 0) ? lagg_proto_input(sc, lp, m) : NULL;
> -=-=-=-=-=-=-=-=-=-=-
>
> If lp_detaching is non 0, the mbuf pointer is set to NULL without m_freem it.
>
> Can you look at this ?
>
> Regards
>
> --
> Alexandre Martins
> STORMSHIELD
>


More information about the freebsd-current mailing list