You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
virtiofsd: Fix file descriptors leak and return correct PID
This commit will fix two problems:
- Virtiofsd process ID returned to the caller will always be 0,
the pid var is never being assigned a value.
- Socket listen fd may leak in case of failure of starting virtiofsd process.
This is a port of kata-containers@be9ca0dFixes: kata-containers#1931
Signed-off-by: bin <[email protected]>
(cherry picked from commit 773deca)
Signed-off-by: Fabiano Fidêncio <[email protected]>
0 commit comments