Files
twx-linux/net/ipv6
Masayuki Nakagawa c92fc42fc7 Fix ipv6 flow label inheritance
[IPV6]: ipv6_fl_socklist is inadvertently shared.

The ipv6_fl_socklist from listening socket is inadvertently shared
with new socket created for connection.  This leads to a variety of
interesting, but fatal, bugs. For example, removing one of the
sockets may lead to the other socket's encountering a page fault
when the now freed list is referenced.

The fix is to not share the flow label list with the new socket.

Signed-off-by: Masayuki Nakagawa <nakagawa.msy@ncos.nec.co.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-03-23 12:49:25 -07:00
..
2006-12-02 21:23:58 -08:00
2007-03-09 10:50:27 -08:00
2006-12-02 21:22:52 -08:00
2006-12-07 08:39:25 -08:00
2006-12-02 21:22:52 -08:00
2006-12-06 18:39:09 -08:00
2007-03-23 12:49:25 -07:00
2006-12-02 21:31:51 -08:00
2006-10-04 00:31:09 -07:00