diff options
| author | Colin Ian King <colin.king@canonical.com> | 2019-01-15 18:03:38 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-23 08:44:16 +0100 |
| commit | 4949b728976c1142c8a6b484e789af5d554886b1 (patch) | |
| tree | 07cbfc9b9ee6eab90079ba8e39c38e4b31ddd007 /tools/perf/scripts/python | |
| parent | fd8662fa59301e788b43e1cd01915391cada02ea (diff) | |
atm: he: fix sign-extension overflow on large shift
[ Upstream commit cb12d72b27a6f41325ae23a11033cf5fedfa1b97 ]
Shifting the 1 by exp by an int can lead to sign-extension overlow when
exp is 31 since 1 is an signed int and sign-extending this result to an
unsigned long long will set the upper 32 bits. Fix this by shifting an
unsigned long.
Detected by cppcheck:
(warning) Shifting signed 32-bit value by 31 bits is undefined behaviour
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
