On Mon, 07 Jul 2025 17:26:53 +0100, Andrew Goodbody wrote:
> Many callers of PCI read functions do not check the return value for
> error before using the variable that should contain the value read were
> there not to be an error. However in the error case this variable is
> never assigned to and
Many callers of PCI read functions do not check the return value for
error before using the variable that should contain the value read were
there not to be an error. However in the error case this variable is
never assigned to and so will contain uninitialised data.
To provide some certainty as to
2 matches
Mail list logo