diff options
author | 2015-09-23 14:00:59 +0300 | |
---|---|---|
committer | 2015-09-23 17:23:44 -0400 | |
commit | 54ef0b5461c071050c61e501af5544842d61f40a (patch) | |
tree | 99629cb42eb400a13be2323608f507244724ad81 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | drm/amdgpu: info leak in amdgpu_gem_metadata_ioctl() (diff) | |
download | linux-dev-54ef0b5461c071050c61e501af5544842d61f40a.tar.xz linux-dev-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 <christian.koenig@amd.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions