On Fri, Feb 12, 2010 at 11:53:30AM +0100, Paul Vriens wrote:
On 02/11/2010 05:18 PM, Huw Davies wrote:
- ptr = NdrSimpleStructMarshall(&StubMsg, (unsigned char *)&memsrc,
+&fmtstr_complex_array[32] );
Hi Huw,
This particular test crashes on Win9x, WinMe and NT4.
They all show:
ndr_marshall.c:1973: Test failed: length 96
just before the crash so maybe that would be our means to bail out?
Hi Paul,
Yes, looks like it's broken on those platforms; the NdrSimpleStructMarshall call is crashing. Are you happy to send in a patch?
Huw.