X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=net%2Fsctp%2Fipv6.c;h=762b61d84ac1426c49a4038e4ad871b21ba7006a;hp=428fa6f69bd89cd742d2b84ce0255a16f553d6af;hb=cc1fa7814bdb7ebee2ee79bbce181c0783de9ad5;hpb=f7c2d2d7ebf9a110cafbe53199457c318f61a192 diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c index 428fa6f69bd8..762b61d84ac1 100644 --- a/net/sctp/ipv6.c +++ b/net/sctp/ipv6.c @@ -655,6 +655,9 @@ static struct sock *sctp_v6_create_accept_sk(struct sock *sk, newnp = inet6_sk(newsk); memcpy(newnp, np, sizeof(struct ipv6_pinfo)); + newnp->ipv6_mc_list = NULL; + newnp->ipv6_ac_list = NULL; + newnp->ipv6_fl_list = NULL; rcu_read_lock(); opt = rcu_dereference(np->opt);