rpcrt4: Fix the unmarshaling of pointers in conformant varying arrays,

by passing the correct type format string to ReadConformance.
This commit is contained in:
Robert Shearman 2006-06-02 20:42:44 +01:00 committed by Alexandre Julliard
parent 972ce2f635
commit dc6c640cd2
1 changed files with 1 additions and 1 deletions

View File

@ -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);