diff options
| author | Dan Carpenter <[email protected]> | 2015-09-23 11:00:59 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2015-09-23 21:23:44 +0000 |
| commit | 54ef0b5461c071050c61e501af5544842d61f40a (patch) | |
| tree | 99629cb42eb400a13be2323608f507244724ad81 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
| parent | drm/amdgpu: info leak in amdgpu_gem_metadata_ioctl() (diff) | |
| download | kernel-54ef0b5461c071050c61e501af5544842d61f40a.tar.gz kernel-54ef0b5461c071050c61e501af5544842d61f40a.zip | |
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 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
0 files changed, 0 insertions, 0 deletions
