In the Linux kernel, the following vulnerability has been resolved:
clk: clocking-wizard: Fix Oops in clkwzrdregister_divider()
Smatch detected this potential error pointer dereference clkwzrdregisterdivider(). If devmclkhwregister() fails then it sets "hw" to an error pointer and then dereferences it on the next line. Return the error directly instead.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/53xxx/CVE-2023-53807.json"
}