In the Linux kernel, the following vulnerability has been resolved:
OPP: Fix potential null ptr dereference in devpmoppgetrequired_pstate()
"opp" pointer is dereferenced before the ISERRORNULL() check. Fix it by removing the dereference to cache opptable and dereference it directly where opp_table is used.
This fixes the following smatch warning:
drivers/opp/core.c:232 devpmoppgetrequiredpstate() warn: variable dereferenced before ISERR check 'opp' (see line 230)
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/53xxx/CVE-2023-53664.json",
"cna_assigner": "Linux"
}