Sweden-Number/dlls/rpcrt4/tests
Rob Shearman 2a9fae7565 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.
2007-12-04 18:18:01 +01:00
..
Makefile.in
cstub.c rpcrt4: Flesh out more of the IRpcChannelBuffer vtable to make the test_delegating_Invoke test succeed on Windows. 2007-12-04 13:31:59 +01:00
generated.c
ndr_marshall.c rpcrt4: Initialise the memory in test_simple_struct_marshal before passing it to NdrSimpleStructUnmarshall. 2007-12-03 13:10:21 +01:00
rpc.c
server.c rpcrt4: Set the destination pointer in PointerUnmarshall before calling the referenced type's unmarshalling routine. 2007-12-04 18:18:01 +01:00
server.idl widl: Don't rely on type_memsize to return 0 for all conformant arrays. 2007-11-06 13:02:56 +01:00
server_defines.h rpcrt4: Add encapsulated union tests. 2007-06-19 11:45:11 +02:00