• Rob Shearman's avatar
    rpcrt4: Initialise memory passed into RPCs in the server test. · c49a73b8
    Rob Shearman authored
    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.
    c49a73b8
server.idl 5.92 KB