2024-11-19 17:22:37
Linux
PUBLISHED
In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: scm: fix a NULL-pointer dereference Some SCM calls can be invoked with __scm being NULL (the driver may not have been and will not be probed as theres no SCM entry in device-tree). Make sure we dont dereference a NULL pointer.