diff options
author | Sunil Khatri <sunil.khatri@amd.com> | 2024-07-02 13:46:50 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-07-02 18:04:49 -0400 |
commit | 425c4a6f8ba62f77669a6a10ce9678153dee3e03 (patch) | |
tree | 0dcd2f2a0a575c86423ab471b9f508e4168d29f8 /drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | |
parent | e931ab3eea505535abd0369c5da27e3a5d0057bb (diff) |
drm/amdgpu: fix out of bounds access in gfx10 during ip dump
During ip dump in gfx10 the index variable is reused but is
not reinitialized to 0 and this causes the index calculation
to be wrong and access out of bound access.
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c')
0 files changed, 0 insertions, 0 deletions