Commit 3e988bfc authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

rpcrt4: Pass in the buffer value before incrementing to PointerMarshall in NdrPointerMarshall.

parent 22bf1504
......@@ -1298,7 +1298,7 @@ unsigned char * WINAPI NdrPointerMarshall(PMIDL_STUB_MESSAGE pStubMsg,
else
Buffer = pStubMsg->Buffer;
PointerMarshall(pStubMsg, pStubMsg->Buffer, pMemory, pFormat);
PointerMarshall(pStubMsg, Buffer, pMemory, pFormat);
STD_OVERFLOW_CHECK(pStubMsg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment