diff options
author | Xin Long <lucien.xin@gmail.com> | 2016-12-15 23:05:52 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-12-17 11:43:23 -0500 |
commit | 08abb79542c9e8c367d1d8e44fe1026868d3f0a7 (patch) | |
tree | 332e55af950dbf914c4fcac02936da59eb9be94b /Documentation | |
parent | 5cb2cd68ddf9a13af36cec633006c0f2bdfb300a (diff) |
sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is null
Prior to this patch, sctp_transport_lookup_process didn't rcu_read_unlock
when it failed to find a transport by sctp_addrs_lookup_transport.
This patch is to fix it by moving up rcu_read_unlock right before checking
transport and also to remove the out path.
Fixes: 1cceda784980 ("sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lock")
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions