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
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
Description of problem
In cloudHypervisor#virtiofsdArgs, if sourcePath doesn't exist, we try to create the directory.
However, return value from os.MkdirAll is not checked.
Expected result
Check the return value and return error if error is not nil.
Actual result
The text was updated successfully, but these errors were encountered: