Re: [PATCH][next] rtla: Fix uninitialized variable found
From: Daniel Bristot de Oliveira
Date: Mon Jul 31 2023 - 11:08:27 EST
On 7/27/23 17:01, Colin Ian King wrote:
> Variable found is not being initialized, in the case where the desired
> mount is not found the variable contains garbage. Fix this by initializing
> it to zero.
>
> Fixes: a957cbc02531 ("rtla: Add -C cgroup support")
> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
Acked-by: Daniel Bristot de Oliveira <bristot@xxxxxxxxxx>
Thanks!
-- Daniel