aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fou.c
diff options
context:
space:
mode:
authorJiri Bohac <jbohac@suse.cz>2016-10-20 12:29:26 +0200
committerDavid S. Miller <davem@davemloft.net>2016-10-20 14:29:11 -0400
commit7aa8e63f0d0f2e0ae353632bca1ce75a258696c6 (patch)
tree296d579460ec8de98617fd4c63945f4cf4db2aae /net/ipv4/fou.c
parentstmmac: display the descriptors if DES0 = 0 (diff)
downloadlinux-dev-7aa8e63f0d0f2e0ae353632bca1ce75a258696c6.tar.xz
linux-dev-7aa8e63f0d0f2e0ae353632bca1ce75a258696c6.zip
ipv6: properly prevent temp_prefered_lft sysctl race
The check for an underflow of tmp_prefered_lft is always false because tmp_prefered_lft is unsigned. The intention of the check was to guard against racing with an update of the temp_prefered_lft sysctl, potentially resulting in an underflow. As suggested by David Miller, the best way to prevent the race is by reading the sysctl variable using READ_ONCE. Signed-off-by: Jiri Bohac <jbohac@suse.cz> Reported-by: Julia Lawall <julia.lawall@lip6.fr> Fixes: 76506a986dc3 ("IPv6: fix DESYNC_FACTOR") Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/fou.c')
0 files changed, 0 insertions, 0 deletions