]> Git Repo - linux.git/commit
tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.
authorKuniyuki Iwashima <[email protected]>
Mon, 18 Jul 2022 17:26:52 +0000 (10:26 -0700)
committerDavid S. Miller <[email protected]>
Wed, 20 Jul 2022 09:14:50 +0000 (10:14 +0100)
commit2d17d9c7382327d00aeaea35af44e9b26d53206e
treec54c45aba10d825cac35b651fa0437b9cdcf9684
parent0b484c91911e758e53656d570de58c2ed81ec6f2
tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.

While reading sysctl_tcp_abort_on_overflow, it can be changed concurrently.
Thus, we need to add READ_ONCE() to its reader.

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Kuniyuki Iwashima <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/ipv4/tcp_minisocks.c
This page took 0.051849 seconds and 4 git commands to generate.