diff options
| -rw-r--r-- | net/sched/ematch.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/sched/ematch.c b/net/sched/ematch.c index ebfe2e7d21bd..64b047c65568 100644 --- a/net/sched/ematch.c +++ b/net/sched/ematch.c | |||
| @@ -298,6 +298,11 @@ int tcf_em_tree_validate(struct tcf_proto *tp, struct rtattr *rta, | |||
| 298 | struct tcf_ematch_tree_hdr *tree_hdr; | 298 | struct tcf_ematch_tree_hdr *tree_hdr; |
| 299 | struct tcf_ematch *em; | 299 | struct tcf_ematch *em; |
| 300 | 300 | ||
| 301 | if (!rta) { | ||
| 302 | memset(tree, 0, sizeof(*tree)); | ||
| 303 | return 0; | ||
| 304 | } | ||
| 305 | |||
| 301 | if (rtattr_parse_nested(tb, TCA_EMATCH_TREE_MAX, rta) < 0) | 306 | if (rtattr_parse_nested(tb, TCA_EMATCH_TREE_MAX, rta) < 0) |
| 302 | goto errout; | 307 | goto errout; |
| 303 | 308 | ||
