mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
sys: FSP_FSVRT_DEVICE_EXTENSION: align SecurityDescriptorBuf
This commit is contained in:
@ -271,7 +271,7 @@ typedef struct
|
||||
FSP_IOQ Ioq;
|
||||
PVPB SwapVpb;
|
||||
BOOLEAN Deleted;
|
||||
UINT8 SecurityDescriptorBuf[];
|
||||
FSP_FSCTL_DECLSPEC_ALIGN UINT8 SecurityDescriptorBuf[];
|
||||
} FSP_FSVRT_DEVICE_EXTENSION;
|
||||
typedef struct
|
||||
{
|
||||
|
@ -47,7 +47,7 @@ BOOLEAN FspValidRelativeSecurityDescriptor(
|
||||
Result = RtlValidRelativeSecurityDescriptor(SecurityDescriptor, SecurityDescriptorLength,
|
||||
RequiredInformation);
|
||||
}
|
||||
except(EXCEPTION_EXECUTE_HANDLER)
|
||||
except (EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
Result = FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user