Unverified Commit 0bd9579c authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!12157 netfilter: flowtable: initialise extack before use

parents c4ee1179 a9b7a1fd
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;