rpcrt4: Fix the memory pointer passed into the conformant array marshaller in NdrComp...
commit8af1dba5a9f7ba29c8b319e46db13fbf1a64858f
authorRob Shearman <robertshearman@gmail.com>
Tue, 15 Jul 2008 22:35:40 +0000 (15 23:35 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 16 Jul 2008 15:54:48 +0000 (16 17:54 +0200)
treef2443a88179741dea592b879ee80329c2837f220
parent7f741f0414f3cbdb8baf8cfce5946a11b4f2cb17
rpcrt4: Fix the memory pointer passed into the conformant array marshaller in NdrComplexStructMarshall.

It needs to be the end of the memory used by the constant part of the
structure, which is returned by CompkexStructMarshall.
dlls/rpcrt4/ndr_marshall.c