Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 736235e5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "netfilter: ipv6: nf_defrag: Kill frag queue"

parents 88e3b471 f311e380
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -263,6 +263,7 @@ static int nf_ct_frag6_queue(struct frag_queue *fq, struct sk_buff *skb,
			 * this case. -DaveM
			 */
			pr_debug("end of fragment not rounded to 8 bytes.\n");
			inet_frag_kill(&fq->q, &nf_frags);
			return -EPROTO;
		}
		if (end > fq->q.len) {