Files
linux-stable-mirror/drivers/gpu/drm/radeon
Ma KeandGreg Kroah-Hartman c0fe7aacc3 drm/radeon: fix a possible null pointer dereference
[ Upstream commit 2c1fe3c480 ]

In radeon_tv_get_modes(), the return value of drm_cvt_mode()
is assigned to mode, which will lead to a NULL pointer
dereference on failure of drm_cvt_mode(). Add a check to
avoid null point dereference.

Signed-off-by: Ma Ke <make_ruc2021@163.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-11-28 17:19:41 +00:00
..
2023-07-27 14:59:29 -04:00
2023-07-29 21:05:10 +02:00