mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
af4c733b6b
unix_stream_read_skb() is called from sk->sk_data_ready() context
where unix_state_lock() is not held.
Let's use READ_ONCE() there.
Fixes:
|
||
---|---|---|
.. | ||
af_unix.c | ||
diag.c | ||
garbage.c | ||
Kconfig | ||
Makefile | ||
sysctl_net_unix.c | ||
unix_bpf.c |