aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2015-09-23 14:00:59 +0300
committerAlex Deucher <[email protected]>2015-09-23 17:23:44 -0400
commit54ef0b5461c071050c61e501af5544842d61f40a (patch)
tree99629cb42eb400a13be2323608f507244724ad81 /scripts/gdb/linux/modules.py
parent0913eab648e4fb30ddca8882e707d0fcf5b237c6 (diff)
drm/amdgpu: integer overflow in amdgpu_mode_dumb_create()
args->size is a u64. arg->pitch and args->height are u32. The multiplication will overflow instead of using the high 32 bits as intended. Reviewed-by: Christian König <[email protected]> Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions