[SCTP]: Return socket errors only if the receive queue is empty.
authorNeil Horman <nhorman@tuxdriver.com>
Sat, 3 Dec 2005 04:30:06 +0000 (20:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Dec 2005 04:30:06 +0000 (20:30 -0800)
commit6736dc35e9e1b9c8084d5c362a429a3e8189af6b
treeeeead909e51390c8e5c3df73bcf3dbddbba71575
parent1b0997f561bf46689cc6e0903f342e9bf2506bf1
[SCTP]: Return socket errors only if the receive queue is empty.

This patch fixes an issue where it is possible to get valid data after
a ENOTCONN error. It returns socket errors only after data queued on
socket receive queue is consumed.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/socket.c