CVE-2025-40059
In the Linux kernel, the following vulnerability has been resolved:
coresight: Fix incorrect handling for return value of devm_kzalloc
The return value of devm_kzalloc could be an null pointer,
use “!desc.pdata” to fix incorrect handling return value
of devm_kzalloc.
More information : https://git.kernel.org/stable/c/70714eb7243eaf333d23501d4c7bdd9daf011c01
