This repository has been archived by the owner on May 12, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qemu: Don't leak file descriptors in case of error
If we take one of the error paths from setupVirtiofsd() after opening the fd variable, the fd.Close() function is not called. Fixes: #2683 Signed-off-by: Christophe de Dinechin <[email protected]>
- Loading branch information