rpcrt4: Fix the unmarshaling of pointers in conformant varying arrays,
by passing the correct type format string to ReadConformance.
This commit is contained in:
parent
972ce2f635
commit
dc6c640cd2
|
@ -2275,7 +2275,7 @@ unsigned char* WINAPI NdrConformantVaryingArrayUnmarshall( PMIDL_STUB_MESSAGE pS
|
|||
return NULL;
|
||||
}
|
||||
|
||||
pFormat = ReadConformance(pStubMsg, pFormat);
|
||||
pFormat = ReadConformance(pStubMsg, pFormat+4);
|
||||
pFormat = ReadVariance(pStubMsg, pFormat);
|
||||
|
||||
ALIGN_POINTER(pStubMsg->Buffer, alignment);
|
||||
|
|
Loading…
Reference in New Issue