• Rob Shearman's avatar
    rpcrt4: Set the destination pointer in PointerUnmarshall before calling the… · 2a9fae75
    Rob Shearman authored
    rpcrt4: Set the destination pointer in PointerUnmarshall before calling the referenced type's unmarshalling routine.
    
    When a pointer that is dereferenced is encountered then this can result 
    in a stale pointer (i.e. the one that is marshalled into the buffer for 
    the embedded pointer unmarshalling case) being used instead of the one 
    that was intended.
    2a9fae75
Name
Last commit
Last update
..
Makefile.in Loading commit data...
cstub.c Loading commit data...
generated.c Loading commit data...
ndr_marshall.c Loading commit data...
rpc.c Loading commit data...
server.c Loading commit data...
server.idl Loading commit data...
server_defines.h Loading commit data...