aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
diff options
context:
space:
mode:
authorhackyzh002 <[email protected]>2023-04-19 12:20:58 +0000
committerAlex Deucher <[email protected]>2023-04-21 12:50:21 +0000
commitf828b681d0cd566f86351c0b913e6cb6ed8c7b9c (patch)
tree77b8f06dfe8d10fb98770b9583ee9209e4495c85 /drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
parentdrm/amd/display: Add FAMS capability to DCN31 (diff)
downloadkernel-f828b681d0cd566f86351c0b913e6cb6ed8c7b9c.tar.gz
kernel-f828b681d0cd566f86351c0b913e6cb6ed8c7b9c.zip
drm/radeon: Fix integer overflow in radeon_cs_parser_init
The type of size is unsigned, if size is 0x40000000, there will be an integer overflow, size will be zero after size *= sizeof(uint32_t), will cause uninitialized memory to be referenced later Reviewed-by: Christian König <[email protected]> Signed-off-by: hackyzh002 <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c')
0 files changed, 0 insertions, 0 deletions