Skip to content
Commit bb1800ca authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Alex Deucher
Browse files

drm/amd/powerplay: avoid NULL dereference, cz_hwmgr.c



if (a == NULL || a->b == NULL)
leads to a NULL pointer dereference if a == NULL.

Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent d36f3e04
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment