aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/meter.c
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavo@embeddedor.com>2018-01-30 22:21:48 -0600
committerDavid S. Miller <davem@davemloft.net>2018-01-31 10:26:30 -0500
commite4823fbd229bfbba368b40cdadb8f4eeb20604cc (patch)
treed50137ddbc56c366b47879e9602af9836d71db70 /net/openvswitch/meter.c
parentr8169: fix RTL8168EP take too long to complete driver initialization. (diff)
downloadlinux-dev-e4823fbd229bfbba368b40cdadb8f4eeb20604cc.tar.xz
linux-dev-e4823fbd229bfbba368b40cdadb8f4eeb20604cc.zip
tcp_nv: fix potential integer overflow in tcpnv_acked
Add suffix ULL to constant 80000 in order to avoid a potential integer overflow and give the compiler complete information about the proper arithmetic to use. Notice that this constant is used in a context that expects an expression of type u64. The current cast to u64 effectively applies to the whole expression as an argument of type u64 to be passed to div64_u64, but it does not prevent it from being evaluated using 32-bit arithmetic instead of 64-bit arithmetic. Also, once the expression is properly evaluated using 64-bit arithmentic, there is no need for the parentheses and the external cast to u64. Addresses-Coverity-ID: 1357588 ("Unintentional integer overflow") Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/meter.c')
0 files changed, 0 insertions, 0 deletions