mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-22 12:02:46 -06:00
sys, dll: IRP_MJ_DIRECTORY_CONTROL: implementation
This commit is contained in:
@@ -123,6 +123,9 @@ BOOLEAN FspUnicodePathIsValid(PUNICODE_STRING Path, BOOLEAN AllowStreams)
|
||||
{
|
||||
PAGED_CODE();
|
||||
|
||||
if (0 != Path->Length % sizeof(WCHAR))
|
||||
return FALSE;
|
||||
|
||||
PWSTR PathBgn, PathEnd, PathPtr;
|
||||
|
||||
PathBgn = Path->Buffer;
|
||||
|
||||
Reference in New Issue
Block a user