Files
linux/net/tipc
Allan Stephens 1c1a551acb tipc: Reject connection protocol message sent to unconnected port
Restructures the logic used in tipc_port_recv_proto_msg() to ensure
that incoming connection protocol messages are handled properly. The
routine now uses a two-stage process that first ensures the message
applies on an existing connection and then processes the request.
This corrects a loophole that allowed a connection probe request to
be processed if it was sent to an unconnected port that had no names
bound to it.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2011-06-24 16:18:18 -04:00
..
2011-05-10 10:31:03 -04:00
2011-06-24 16:18:15 -04:00
2011-01-01 13:57:51 -08:00
2009-07-12 14:03:27 -07:00
2010-10-16 11:13:24 -07:00
2010-10-21 04:11:08 -07:00