rpcrt4: Initialise memory passed into RPCs in the server test.
commitc49a73b853a34fc83b1455f1effdc574cf9ae4ed
authorRob Shearman <rob@codeweavers.com>
Wed, 19 Dec 2007 14:53:30 +0000 (19 14:53 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 19 Dec 2007 18:35:28 +0000 (19 19:35 +0100)
tree0eed2ed925837680b9452cf32fd3354a0825db01
parent22b20879f7b7779644b0be21729ec23f9c783536
rpcrt4: Initialise memory passed into RPCs in the server test.

aligns contains padding, but the memory is marshalled in one block so
call memset to avoid Valgrind warnings. padded and padded2 are
marshalled as complex types so this is not required here.

Initialise the dummy member of test_list_t to zero for the TL_NULL case.
Change the type to the smallest available to not waste buffer space.
dlls/rpcrt4/tests/server.c
dlls/rpcrt4/tests/server.idl