Unverified Commit 323d2842 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!12154 v2 netfilter: flowtable: initialise extack before use

parents f5de064f 2f574348
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -682,8 +682,8 @@ static int nf_flow_offload_tuple(struct nf_flowtable *flowtable,
				 struct list_head *block_cb_list)
{
	struct flow_cls_offload cls_flow = {};
	struct netlink_ext_ack extack = {};
	struct flow_block_cb *block_cb;
	struct netlink_ext_ack extack;
	__be16 proto = ETH_P_ALL;
	int err, i = 0;