rpcrt4: Reset the BufferLength to the used part of the buffer in NdrProxySendReceive.
commit182a2ae3150cdf0defd8c85c021175d1238901ca
authorRob Shearman <robertshearman@gmail.com>
Tue, 1 Jul 2008 22:34:12 +0000 (1 23:34 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 2 Jul 2008 09:38:37 +0000 (2 11:38 +0200)
tree6cbbba2ab0e36d29b1bf7a0bd98ba7a30650f4ad
parentd5a8875b930abbc43b8adcf369483339a1b5c786
rpcrt4: Reset the BufferLength to the used part of the buffer in NdrProxySendReceive.

This avoids sending uninitialised data on the wire.
dlls/rpcrt4/cproxy.c