CVE-2023-53364
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
17/09/2025
Last modified:
18/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
regulator: da9063: better fix null deref with partial DT<br />
<br />
Two versions of the original patch were sent but V1 was merged instead<br />
of V2 due to a mistake.<br />
<br />
So update to V2.<br />
<br />
The advantage of V2 is that it completely avoids dereferencing the pointer,<br />
even just to take the address, which may fix problems with some compilers.<br />
Both versions work on my gcc 9.4 but use the safer one.