From: Eric Dumazet <eric.duma...@gmail.com>
Date: Thu, 09 Aug 2012 23:29:03 +0200

> diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c
> index 76dde25..ec410e0 100644
> --- a/net/ipv4/ip_output.c
> +++ b/net/ipv4/ip_output.c
> @@ -1536,6 +1536,7 @@ void ip_send_unicast_reply(struct net *net, struct 
> sk_buff *skb, __be32 daddr,
>                         arg->csumoffset) = csum_fold(csum_add(nskb->csum,
>                                                               arg->csum));
>               nskb->ip_summed = CHECKSUM_NONE;
> +             skb_orphan(nskb);
>               skb_set_queue_mapping(nskb, skb_get_queue_mapping(skb));
>               ip_push_pending_frames(sk, &fl4);
>       }
> 

This is definitely the best fix, please submit this formally.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to