Unverified Commit 069e191b authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!5032 net/sched: act_ct: fix wild memory access when clearing fragments

parents 70c98c7d 33d64e63
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -735,6 +735,7 @@ static int tcf_ct_handle_fragments(struct net *net, struct sk_buff *skb,
#endif
	}

	if (err != -EINPROGRESS)
		*qdisc_skb_cb(skb) = cb;
	skb_clear_hash(skb);
	skb->ignore_df = 1;