Skip to content
Commit 96bc86ca authored by 蒋家盛's avatar 蒋家盛 Committed by Greg Kroah-Hartman
Browse files

drm/ast: potential dereference of null pointer



[ Upstream commit fea3fdf9 ]

The return value of kzalloc() needs to be checked.
To avoid use of null pointer '&ast_state->base' in case of the
failure of alloc.

Fixes: f0adbc38 ("drm/ast: Allocate initial CRTC state of the correct size")
Signed-off-by: default avatarJiasheng Jiang <jiasheng@iscas.ac.cn>
Signed-off-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20211214014126.2211535-1-jiasheng@iscas.ac.cn


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent cac0fd4b
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