wine/dlls/rpcrt4/tests
Alex Henrie e09c93de7b rpcrt4/tests: Don't use an array of pointers in test_conf_complex_struct.
An array of pointers isn't conformant on 64-bit and will overrun the
destination buffer when unmarshalling. Since the purpose of this
function is to test a conformant FC_BOGUS_STRUCT, use one that is
conformant on both 32-bit and 64-bit.

The revised test coincidentally reveals that there is a problem with the
padding or alignment after a marshalled 16-bit enum, which will need to
be addressed separately.

Co-authored-by: Zebediah Figura <z.figura12@gmail.com>
2022-12-03 00:05:17 +01:00
..
cstub.c rpcrt4/tests: Fix the spelling of a couple of comments. 2022-10-20 20:58:06 +02:00
cstub.idl
generated.c
Makefile.in
ndr_marshall.c rpcrt4/tests: Don't use an array of pointers in test_conf_complex_struct. 2022-12-03 00:05:17 +01:00
rpc.c
rpc_async.c
server.c
server.idl
server_defines.h
server_interp.idl