Re: rpcrt4: Add tests for multi-dimensional conformant arrays.

2010-02-12 Thread Huw Davies
On Fri, Feb 12, 2010 at 11:27:38AM +, Huw Davies wrote: > 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, > >

Re: rpcrt4: Add tests for multi-dimensional conformant arrays.

2010-02-12 Thread Huw Davies
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

Re: rpcrt4: Add tests for multi-dimensional conformant arrays.

2010-02-12 Thread Paul Vriens
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 ma