Skip to content
Commit c5e877d7 authored by Jesse Zhang's avatar Jesse Zhang Committed by Liu Chuang
Browse files

drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc

mainline inclusion
from mainline-v6.10-rc1
commit 88a9a467c548d0b3c7761b4fd54a68e70f9c0944
category: bugfix
bugzilla: https://gitee.com/src-openeuler/kernel/issues/IAGSW7
CVE: CVE-2024-42228

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=88a9a467c548d0b3c7761b4fd54a68e70f9c0944



-------------------------------

Initialize the size before calling amdgpu_vce_cs_reloc, such as case 0x03000001.
V2: To really improve the handling we would actually
   need to have a separate value of 0xffffffff.(Christian)

Signed-off-by: default avatarJesse Zhang <jesse.zhang@amd.com>
Suggested-by: default avatarChristian König <christian.koenig@amd.com>
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Conflicts:
	drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c
[adjust context conflicts]
Signed-off-by: default avatarLiu Chuang <liuchuang40@huawei.com>
parent 9a994eff
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment