rpcrt4: The initialisation of [out] variables in the stubless code must be after...
commited5b296289a991c00820f9b0a32e47a6aa3eb145
authorRob Shearman <rob@codeweavers.com>
Mon, 14 Jan 2008 11:56:13 +0000 (14 11:56 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 14 Jan 2008 14:31:37 +0000 (14 15:31 +0100)
treea0c39105eecec48a2e68ffcd13755ee96e23a0c6
parent4f6142b8d9a965ebbfeedd0341b3235e82747313
rpcrt4: The initialisation of [out] variables in the stubless code must be after the unmarshaling of [in] and [in, out] variables has been completed.

This is because the size of an [out] variable could depend on a
conformance value stored in an unmarshalled [in] or [in,out] variable.
dlls/rpcrt4/ndr_stubless.c