mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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.
Link: https://lore.kernel.org/all/[email protected]/
Fixes: a957cbc025 ("rtla: Add -C cgroup support")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Daniel Bristot de Oliveira <[email protected]>