sys: FSP_FSVRT_DEVICE_EXTENSION: align SecurityDescriptorBuf

This commit is contained in:
Bill Zissimopoulos
2015-12-01 10:46:06 -08:00
parent 5e205329ea
commit 6cf0f2d34f
3 changed files with 4 additions and 3 deletions

View File

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

View File

@ -47,7 +47,7 @@ BOOLEAN FspValidRelativeSecurityDescriptor(
Result = RtlValidRelativeSecurityDescriptor(SecurityDescriptor, SecurityDescriptorLength,
RequiredInformation);
}
except(EXCEPTION_EXECUTE_HANDLER)
except (EXCEPTION_EXECUTE_HANDLER)
{
Result = FALSE;
}