]> Gentwo Git Trees - linux/.git/commit
drm/amd/display: Avoid a NULL pointer dereference
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 24 Jul 2025 20:00:43 +0000 (15:00 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 18 Aug 2025 20:57:56 +0000 (16:57 -0400)
commit1e5e8d672fec9f2ab352be121be971877bff2af9
tree06ed6ffc7d7d39f86a7f9c9096b70a8c2e4df7fd
parenta928f8d542ccd1e40e101cffc923ff33e36bf147
drm/amd/display: Avoid a NULL pointer dereference

[WHY]
Although unlikely drm_atomic_get_new_connector_state() or
drm_atomic_get_old_connector_state() can return NULL.

[HOW]
Check returns before dereference.

Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c