Skip to content
This repository has been archived by the owner on Dec 11, 2017. It is now read-only.

Incorrect CDCPFileSystem::Find() results #232

Open
ash3D opened this issue Dec 1, 2016 · 0 comments
Open

Incorrect CDCPFileSystem::Find() results #232

ash3D opened this issue Dec 1, 2016 · 0 comments
Assignees
Labels

Comments

@ash3D
Copy link
Member

ash3D commented Dec 1, 2016

CDCPFileSystem::Find uses regexp to perform mask matching globally at the whole path scope. It can result in false matches.
For example path "dir1\dir2\test.exe" will be incorrectly matched with "dir1\*.exe" mask.

In order to fix this mask matching should be happened recursively locally at directory scope.

@ash3D ash3D added the bug label Dec 1, 2016
@megaDRONe86 megaDRONe86 added this to the Version 2:0.3.5 milestone Dec 1, 2016
@megaDRONe86 megaDRONe86 self-assigned this Dec 1, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants