mirror of
https://github.com/winfsp/winfsp.git
synced 2026-07-29 07:49:24 -05:00
@@ -127,6 +127,11 @@ HANDLE FspCreateDirectoryFileW(
|
|||||||
Length = GetFullPathNameW(FileName, Length + 1, FullFileName, &FilePart);
|
Length = GetFullPathNameW(FileName, Length + 1, FullFileName, &FilePart);
|
||||||
if (0 == Length)
|
if (0 == Length)
|
||||||
goto exit;
|
goto exit;
|
||||||
|
if (0 == FilePart)
|
||||||
|
{
|
||||||
|
SetLastError(ERROR_INVALID_NAME);
|
||||||
|
goto exit;
|
||||||
|
}
|
||||||
|
|
||||||
FilePartChar = *FilePart;
|
FilePartChar = *FilePart;
|
||||||
*FilePart = L'\0';
|
*FilePart = L'\0';
|
||||||
|
|||||||
Reference in New Issue
Block a user