Files
android_kernel_xiaomi_sm8450/net/tipc
Erik Hugne 9871b27f67 tipc: fix random link reset problem
In the function tipc_sk_rcv(), the stack variable 'err'
is only initialized to TIPC_ERR_NO_PORT for the first
iteration over the link input queue. If a chain of messages
are received from a link, failure to lookup the socket for
any but the first message will cause the message to bounce back
out on a random link.
We fix this by properly initializing err.

Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-04-23 11:50:34 -04:00
..
2015-04-02 16:27:12 -04:00
2015-03-05 22:08:42 -05:00
2015-03-31 23:10:08 -04:00
2015-02-09 13:20:49 -08:00
2015-03-05 22:08:42 -05:00
2015-04-02 16:27:12 -04:00
2015-04-02 16:27:12 -04:00
2015-03-05 22:08:42 -05:00
2015-04-02 16:27:12 -04:00
2015-04-23 11:50:34 -04:00
2015-03-17 22:11:26 -04:00