afero icon indicating copy to clipboard operation
afero copied to clipboard

Fix MemMapFs RealPath error when BasePath = ""

Open phyrwork opened this issue 6 years ago • 2 comments

bpath cleans to ".", but paths "./" clean to "".

This results in "." not found as prefix of "*" except for hidden files and dirs.

Skip the prefix check if bpath == "." as this is lexically equivalent to "", which would satisfy the check.

phyrwork avatar Sep 28 '18 15:09 phyrwork

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Connor Newton seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Sep 28 '18 15:09 CLAassistant

A unit test case that covers the change would be nice.

0xmichalis avatar Apr 10 '20 22:04 0xmichalis