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)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Sep 2011 04:32:10 +0000 (00:32 -0400)
commit676a1184e8afd4fed7948232df1ff91517400859
tree9079566b1a2bc80102db685ea98bf1a2a12ab835
parent6482aa7c120447858da1869197b48eff66435a31
ipv6: nullify ipv6_ac_list and ipv6_fl_list when creating new socket

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>
net/ipv6/tcp_ipv6.c