rpcrt4: Don't advance the buffer for FC_STRUCTPAD2.
This commit is contained in:
parent
e7e6f10997
commit
85ed9a5905
|
@ -2002,7 +2002,6 @@ static unsigned long ComplexStructMemorySize(PMIDL_STUB_MESSAGE pStubMsg,
|
|||
break;
|
||||
case RPC_FC_STRUCTPAD2:
|
||||
size += 2;
|
||||
pStubMsg->Buffer += 2;
|
||||
break;
|
||||
case RPC_FC_EMBEDDED_COMPLEX:
|
||||
size += pFormat[1];
|
||||
|
|
Loading…
Reference in New Issue