rpcrt4: The allocation hint in request and response packets is just that - a hint.
authorRob Shearman <rob@codeweavers.com>
Thu, 26 Oct 2006 22:16:25 +0000 (23:16 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 27 Oct 2006 10:00:22 +0000 (12:00 +0200)
commit709b536f0c35e6d3d6eb12eb1cc3c53af0686307
treeb6136729c7f1b06f5c8ec393e3c8b81cafbe78b7
parentfbe829cbb1c89771c0115e1196c167be73506612
rpcrt4: The allocation hint in request and response packets is just that - a hint.

It is not an error if the stub data exceeds this size, so reallocate the
buffer with the newly calculated size and continue.
dlls/rpcrt4/rpc_message.c