On 16-09-18 06:52 PM, Cong Wang wrote:
On error path in route4_change(), 'f' could be NULL,
so we should check NULL before calling tcf_exts_destroy().
Fixes: b9a24bb76bf6 ("net_sched: properly handle failure case of
tcf_exts_init()")
Reported-by: kbuild test robot
Cc: Jamal Hadi Salim
Signed-
On error path in route4_change(), 'f' could be NULL,
so we should check NULL before calling tcf_exts_destroy().
Fixes: b9a24bb76bf6 ("net_sched: properly handle failure case of
tcf_exts_init()")
Reported-by: kbuild test robot
Cc: Jamal Hadi Salim
Signed-off-by: Cong Wang
---
net/sched/cls_rou