oleaut32: Fix accessing beyond end of buffer and memory leak in test_DispCallFunc.
authorRob Shearman <robertshearman@gmail.com>
Sun, 29 Nov 2009 10:21:35 +0000 (10:21 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 29 Nov 2009 15:39:53 +0000 (16:39 +0100)
commita94265e5a990bbffa7dbfc42bc0cd2d2392995b1
treeed885335a97dd2cfcdcc92be2f7cfeebc10d26e8
parentdb33e8fdd9b2a24b1b35b86a0e3814fd98356810
oleaut32: Fix accessing beyond end of buffer and memory leak in test_DispCallFunc.

The parameter isn't automatically converted by DispCallFunc, so make
sure we pass in the correct size of memory for the function to store
its BSTR in.
dlls/oleaut32/tests/tmarshal.c