]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ast: potential dereference of null pointer
authorJiasheng Jiang <jiasheng@iscas.ac.cn>
Tue, 14 Dec 2021 01:41:26 +0000 (09:41 +0800)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 14 Dec 2021 08:18:28 +0000 (09:18 +0100)
commitb82343e83fa414fd58996b371c534391c6a94c6c
treeac28b92c4b22b25f9fa222e1dc74628f8c56334f
parent89d6b15e412104a698d330266c95c07fb7e91883
drm/ast: potential dereference of null pointer

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: 5cb741552313 ("drm/ast: Allocate initial CRTC state of the correct size")
Signed-off-by: Jiasheng Jiang <jiasheng@iscas.ac.cn>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20211214014126.2211535-1-jiasheng@iscas.ac.cn
drivers/gpu/drm/ast/ast_mode.c