|
@@ -69,7 +69,8 @@ static int xfrm6_mode_tunnel_input(struct xfrm_state *x, struct sk_buff *skb)
|
|
|
if (!pskb_may_pull(skb, sizeof(struct ipv6hdr)))
|
|
if (!pskb_may_pull(skb, sizeof(struct ipv6hdr)))
|
|
|
goto out;
|
|
goto out;
|
|
|
|
|
|
|
|
- if (err = skb_unclone(skb, GFP_ATOMIC))
|
|
|
|
|
|
|
+ err = skb_unclone(skb, GFP_ATOMIC);
|
|
|
|
|
+ if (err)
|
|
|
goto out;
|
|
goto out;
|
|
|
|
|
|
|
|
if (x->props.flags & XFRM_STATE_DECAP_DSCP)
|
|
if (x->props.flags & XFRM_STATE_DECAP_DSCP)
|