dll: relative symbolic link resolution testing

This commit is contained in:
Bill Zissimopoulos
2016-09-12 22:45:47 -07:00
parent ccec269dd6
commit ea2cc54677
2 changed files with 12 additions and 11 deletions

View File

@ -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)