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
Some of our current VFS tests allow for performing read/write operations on empty file path strings. We should not allow this. Fix the VFS implementation to return errors when being asked to perform file IO on an empty path string.
Title.
Some of our current VFS tests allow for performing read/write operations on empty file path strings. We should not allow this. Fix the VFS implementation to return errors when being asked to perform file IO on an empty path string.