mirror of
https://github.com/reactos/reactos.git
synced 2025-05-04 18:31:40 +00:00
[RDBSS] Make it clear that we want to zero all the create parameters
CID 1411975
This commit is contained in:
parent
b8549aef08
commit
8eb66fa1b6
1 changed files with 1 additions and 1 deletions
|
@ -7492,7 +7492,7 @@ RxPrefixClaim(
|
|||
RxContext->PrefixClaim.SuppliedPathName.MaximumLength = QueryRequest->PathNameLength;
|
||||
|
||||
/* Zero the create parameters */
|
||||
RtlZeroMemory(&RxContext->Create.NtCreateParameters,
|
||||
RtlZeroMemory(&RxContext->Create,
|
||||
FIELD_OFFSET(RX_CONTEXT, AlsoCanonicalNameBuffer) - FIELD_OFFSET(RX_CONTEXT, Create.NtCreateParameters));
|
||||
RxContext->Create.ThisIsATreeConnectOpen = TRUE;
|
||||
RxContext->Create.NtCreateParameters.SecurityContext = QueryRequest->SecurityContext;
|
||||
|
|
Loading…
Reference in a new issue