From: Daniele Di Proietto <[email protected]>
Date: Mon, 28 Nov 2016 15:43:53 -0800
> If nf_ct_frag6_gather() returns an error other than -EINPROGRESS, it
> means that we still have a reference to the skb. We should free it
> before returning from handle_fragments, as stated in the comment above.
>
> Fixes: daaa7d647f81 ("netfilter: ipv6: avoid nf_iterate recursion")
> CC: Florian Westphal <[email protected]>
> CC: Pravin B Shelar <[email protected]>
> CC: Joe Stringer <[email protected]>
> Signed-off-by: Daniele Di Proietto <[email protected]>
Applied, thanks.