aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorAlex Hung <[email protected]>2024-06-07 22:09:53 -0600
committerAlex Deucher <[email protected]>2024-07-01 16:06:53 -0400
commitbbd0d1c942cbac87404ed2bca0aa4f7907b8f47f (patch)
treeb5d6ff653f2dab7da511791b8ae020b9081dc842 /tools/perf/scripts/python/flamegraph.py
parent95134e5852978a92d2290a3b1ee93189e75507ac (diff)
drm/amd/display: Fix possible overflow in integer multiplication
[WHAT & HOW] Integer multiplies integer may overflow in context that expects an expression of unsigned/siged long long (64 bits). This can be fixed by casting integer to unsigned/siged long long to force 64 bits results. This fixes 26 OVERFLOW_BEFORE_WIDEN issues reported by Coverity. Reviewed-by: Harry Wentland <[email protected]> Signed-off-by: Jerry Zuo <[email protected]> Signed-off-by: Alex Hung <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions