On 09/07/2025 01:14, Tom Rini wrote:
On Fri, Jun 27, 2025 at 11:09:36AM +0100, Andrew Goodbody wrote:
The local variable method_flags is only assigned to in some of the
code paths leaving it possibly uninitialised at first use.
Initialise method_flags at declaration to ensure that it cannot be
On 09/07/2025 01:14, Tom Rini wrote:
On Fri, Jun 27, 2025 at 11:09:36AM +0100, Andrew Goodbody wrote:
The local variable method_flags is only assigned to in some of the
code paths leaving it possibly uninitialised at first use.
Initialise method_flags at declaration to ensure that it cannot be
On Fri, Jun 27, 2025 at 11:09:36AM +0100, Andrew Goodbody wrote:
> The local variable method_flags is only assigned to in some of the
> code paths leaving it possibly uninitialised at first use.
> Initialise method_flags at declaration to ensure that it cannot be
> used uninitialised. Also remove
The local variable method_flags is only assigned to in some of the
code paths leaving it possibly uninitialised at first use.
Initialise method_flags at declaration to ensure that it cannot be
used uninitialised. Also remove now redundant assignments.
Signed-off-by: Andrew Goodbody
---
boot/boot
4 matches
Mail list logo