Re: [PATCH 27/44] [IPV6] IPSEC: Support sending with Mobile IPv6 extension headers.
From: YOSHIFUJI Hideaki / 吉藤英明 <hidden>
Date: 2006-08-23 20:34:59
From: YOSHIFUJI Hideaki / 吉藤英明 <hidden>
Date: 2006-08-23 20:34:59
In article [ref] (at Thu, 24 Aug 2006 00:02:28 +0900), YOSHIFUJI Hideaki [off-list ref] says:
+#ifdef CONFIG_IPV6_MIP6 + if (ipv6_clear_mutable_options(skb->nh.ipv6h, hdr_len, XFRM_POLICY_IN)) + goto out; +#else if (ipv6_clear_mutable_options(skb->nh.ipv6h, hdr_len)) goto free_out; +#endif
Oops, I missed this. This will result in memory leakage... We will fix it with some clean-ups in the next spin. --yoshfuji