diff options
author | 2022-05-13 11:55:43 -0700 | |
---|---|---|
committer | 2022-05-16 10:31:06 +0100 | |
commit | fdb5fd7f736ec7ae9fb36d2842ea6d9ebc4e7269 (patch) | |
tree | ad8052c22224615c0aca573e509d68963ded6b48 /net/core/sock.c | |
parent | sctp: read sk->sk_bound_dev_if once in sctp_rcv() (diff) | |
download | wireguard-linux-fdb5fd7f736ec7ae9fb36d2842ea6d9ebc4e7269.tar.xz wireguard-linux-fdb5fd7f736ec7ae9fb36d2842ea6d9ebc4e7269.zip |
tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()
inet_request_bound_dev_if() reads sk->sk_bound_dev_if twice
while listener socket is not locked.
Another cpu could change this field under us.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/sock.c')
0 files changed, 0 insertions, 0 deletions