diff options
author | Eric Dumazet <edumazet@google.com> | 2021-09-27 17:29:24 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-28 13:21:16 +0100 |
commit | a9f5970767d11eadc805d5283f202612c7ba1f59 (patch) | |
tree | 8d89295bb3d1e3de62bb0a8f025d5a4ccee63a24 /net/unix/af_unix.c | |
parent | 103bde372f084206c6972be543ecc247ebbff9f3 (diff) | |
download | linux-a9f5970767d11eadc805d5283f202612c7ba1f59.tar.bz2 |
net: udp: annotate data race around udp_sk(sk)->corkflag
up->corkflag field can be read or written without any lock.
Annotate accesses to avoid possible syzbot/KCSAN reports.
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions