CVE ID : CVE-2024-56773
Published : Jan. 8, 2025, 6:15 p.m. | 1 hour ago
Description : In the Linux kernel, the following vulnerability has been resolved:
kunit: Fix potential null dereference in kunit_device_driver_test()
kunit_kzalloc() may return a NULL pointer, dereferencing it without
NULL check may lead to NULL dereference.
Add a NULL check for test_state.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more…