• Robert Shearman's avatar
    rpcrt4: Use the buffer passed in as an argument and don't increment · ababfdef
    Robert Shearman authored
    the buffer in the MIDL_STUB_MESSAGE in the inner pointer
    marshalling/unmarshalling routines as these can be used for embedded
    pointers, which handle the allocating or finding of the buffer
    themselves. Do the incrementing in the outer
    NdrPointerMarshall/Unmarshall/BufferSize routines instead.
    ababfdef
ndr_marshall.c 112 KB