summaryrefslogtreecommitdiff
path: root/net/sched/Kconfig
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavo@embeddedor.com>2018-01-31 07:55:33 +0300
committerDavid S. Miller <davem@davemloft.net>2018-01-31 18:26:30 +0300
commit5b7789e8fa8f353ad8f2c44de2385cb161b22d32 (patch)
tree20c6dc0701b6a6f0a49b031e5765f3af8782618b /net/sched/Kconfig
parente4823fbd229bfbba368b40cdadb8f4eeb20604cc (diff)
downloadlinux-5b7789e8fa8f353ad8f2c44de2385cb161b22d32.tar.xz
openvswitch: meter: Use 64-bit arithmetic instead of 32-bit
Add suffix LL to constant 1000 in order to 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 long long int (64 bits, signed). The expression (band->burst_size + band->rate) * 1000 is currently being evaluated using 32-bit arithmetic. Addresses-Coverity-ID: 1461563 ("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/sched/Kconfig')
0 files changed, 0 insertions, 0 deletions