From c68ec65194c44fbb3605953a1170ff042e6bd045 Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Mon, 24 Jul 2006 23:44:44 -0700 Subject: [PATCH] --- yaml --- r: 32832 b: refs/heads/master c: 6b7fdc3ae18a0598a999156b62d55ea55220e00f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/ipv6/ip6_input.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4d569eb49adf..02c444574453 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d5af981e93aff0de5ad2a1a9935a3f6aa5cd3e3c +refs/heads/master: 6b7fdc3ae18a0598a999156b62d55ea55220e00f diff --git a/trunk/net/ipv6/ip6_input.c b/trunk/net/ipv6/ip6_input.c index df8f051c0fce..25c2a9e03895 100644 --- a/trunk/net/ipv6/ip6_input.c +++ b/trunk/net/ipv6/ip6_input.c @@ -71,6 +71,8 @@ int ipv6_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt goto out; } + memset(IP6CB(skb), 0, sizeof(struct inet6_skb_parm)); + /* * Store incoming device index. When the packet will * be queued, we cannot refer to skb->dev anymore.