tcp: Fix a data-race around sysctl_tcp_stdurg.
While reading sysctl_tcp_stdurg, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader. Fixes: 1da177e4 ("Linux-2.6.12-rc2") Signed-off-by:Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Loading
-
mentioned in commit 6cc566df
-
mentioned in commit clo/lc/chromiumos/third_party/kernel@e570964c
-
mentioned in commit d46d55e3
Please register or sign in to comment