On Tue, May 5, 2026 at 12:00 PM Mike Pattrick <[email protected]> wrote:
> The status variable was declared inside the loop but its value is used
> across loop iterations. When the loop continues and the variable goes
> out of scope, its value is referenced leading to undefined behavior.
>
> Found with clang analyze.
>
> Fixes: ff8decf1a318 ("daemon: Add support for process monitoring and
> restart.")
> Acked-by: Eelco Chaudron <[email protected]>
> Signed-off-by: Mike Pattrick <[email protected]>
> ---
>
Recheck-request: github-robot
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev