Revert "co Fix memory leak/corruption on VLAN GRO_DROP, CVE-2011-1576"
This reverts commit 1f14046bca5b50653a21adb9126ddf783ba2f481 as
there was a newer, more in the spirit of upstream fix for it.
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
---
net/core/dev.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/net/core/dev.c b/net/core/dev.c
index f61bf98..79ed8f5 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -3267,9 +3267,6 @@ gro_result_t napi_frags_finish(struct napi_struct *napi, struct sk_buff *skb,
break;
case GRO_DROP:
- kfree_skb(skb);
- break;
-
case GRO_MERGED_FREE:
napi_reuse_skb(napi, skb);
break;
--
1.7.5.4
--------------000702010908000507020407
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
--------------000702010908000507020407--
|