mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
dll: relative symbolic link resolution testing
This commit is contained in:
@ -967,10 +967,6 @@ static NTSTATUS GetReparsePointByName(
|
||||
if (0 == (FileNode->FileInfo.FileAttributes & FILE_ATTRIBUTE_REPARSE_POINT))
|
||||
return STATUS_NOT_A_REPARSE_POINT;
|
||||
|
||||
if (IsDirectory &&
|
||||
0 == (FileNode->FileInfo.FileAttributes & FILE_ATTRIBUTE_DIRECTORY))
|
||||
return STATUS_NOT_A_DIRECTORY;
|
||||
|
||||
if (0 != Buffer)
|
||||
{
|
||||
if (FileNode->ReparseDataSize > *PSize)
|
||||
|
Reference in New Issue
Block a user