]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/core/dev.c
gro: Fix error handling on extremely short frags
[linux-2.6-omap-h63xx.git] / net / core / dev.c
index 6e44c3277101b301cba179619e1f24001bd2133a..5379b0c1190a86aa10ab8afd0ae4da9597af1611 100644 (file)
@@ -2536,6 +2536,7 @@ struct sk_buff *napi_fraginfo_skb(struct napi_struct *napi,
 
        if (!pskb_may_pull(skb, ETH_HLEN)) {
                napi_reuse_skb(napi, skb);
+               skb = NULL;
                goto out;
        }