Re: [Patch net] net_sched: fix a use-after-free in sfq

2015-07-15 Thread David Miller
From: Cong Wang Date: Tue, 14 Jul 2015 11:21:57 -0700 > Fixes: 25331d6ce42b ("net: sched: implement qstat helper routines") > Cc: John Fastabend > Signed-off-by: Cong Wang > Signed-off-by: Cong Wang Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a

[Patch net] net_sched: fix a use-after-free in sfq

2015-07-14 Thread Cong Wang
Fixes: 25331d6ce42b ("net: sched: implement qstat helper routines") Cc: John Fastabend Signed-off-by: Cong Wang Signed-off-by: Cong Wang --- net/sched/sch_sfq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sched/sch_sfq.c b/net/sched/sch_sfq.c index 7d14926..52f75a5 1