ipv6: nullify ipv6_ac_list and ipv6_fl_list when creating new socket
authorYan, Zheng <zheng.z.yan@intel.com>
Sun, 25 Sep 2011 02:21:30 +0000 (02:21 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:36:28 +0000 (09:36 -0800)
commit2146d4667b5fbdb0e186ca8bc6d9cbe7ac42dfdc
tree561d219cf140a17e6d0c4275acef2d55e9744fe8
parentec668dbad7f732767d5484e1c7b317c767777f27
ipv6: nullify ipv6_ac_list and ipv6_fl_list when creating new socket

[ Upstream commit 676a1184e8afd4fed7948232df1ff91517400859 ]

ipv6_ac_list and ipv6_fl_list from listening socket are inadvertently
shared with new socket created for connection.

Signed-off-by: Zheng Yan <zheng.z.yan@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv6/tcp_ipv6.c