sys: IRP_MJ_CREATE: disallow trailing backslash without FILE_DIRECTORY_FILE

This commit is contained in:
Bill Zissimopoulos
2015-12-07 20:33:02 -08:00
parent c381549efc
commit 6c29a98e90
2 changed files with 5 additions and 11 deletions

View File

@ -107,7 +107,6 @@ typedef struct
UINT32 HasTraversePrivilege:1; /* requestor has TOKEN_HAS_TRAVERSE_PRIVILEGE */
UINT32 OpenTargetDirectory:1; /* open target dir and report FILE_{EXISTS,DOES_NOT_EXIST} */
UINT32 CaseSensitive:1; /* FileName comparisons should be case-sensitive */
UINT32 HasTrailingBackslash:1; /* reserved: do not use */
} Create;
struct
{