Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix out-of-path check for virtual relative symlink
A symlink is out-of-path if it is an absolute path or goes "up" too many times. This checks the amount of ".." vs. normal downward path elements. If the path has too many ".." it is out-of-path.
- Loading branch information