From: Thomas Graf <[EMAIL PROTECTED]>
Date: Mon, 22 Aug 2005 23:28:15 +0200

> qdisc_create_dflt() is missing to destroy the newly allocated
> default qdisc if the initialization fails resulting in leaks
> of all kinds. The only caller in mainline which may trigger
> this bug is sch_tbf.c in tbf_create_dflt_qdisc().
> 
> Note: qdisc_create_dflt() doesn't fulfill the official locking
>       requirements of qdisc_destroy() but since the qdisc could
>       never be seen by the outside world this doesn't matter
>       and it can stay as-is until the locking of pkt_sched
>       is cleaned up.
> 
> Signed-off-by: Thomas Graf <[EMAIL PROTECTED]>

Applied, thanks a lot Thomas.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to