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

Commit b268b350 authored by Atul Gupta's avatar Atul Gupta Committed by Herbert Xu
Browse files

crypto: chtls - free beyond end rspq_skb_cache

parent 1dfe57aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -250,7 +250,7 @@ static void *chtls_uld_add(const struct cxgb4_lld_info *info)

	return cdev;
out_rspq_skb:
	for (j = 0; j <= i; j++)
	for (j = 0; j < i; j++)
		kfree_skb(cdev->rspq_skb_cache[j]);
	kfree_skb(cdev->askb);
out_skb: