Skip to content
Snippets Groups Projects
Forked from gfx-ci / linux
4483 commits behind, 93801 commits ahead of the upstream repository.
user avatar
Zichen Xie authored
kunit_kzalloc() may return a NULL pointer, dereferencing it without
NULL check may lead to NULL dereference.
Add a NULL check for test_state.

Link: https://lore.kernel.org/r/20241115054335.21673-1-zichenxie0106@gmail.com


Fixes: d03c720e ("kunit: Add APIs for managing devices")
Signed-off-by: default avatarZichen Xie <zichenxie0106@gmail.com>
Cc: stable@vger.kernel.org
Reviewed-by: default avatarDavid Gow <davidgow@google.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
435c20ee
History