rpcrt4/tests: Remove NdrVaryingArrayUnmarshall() test, it is broken on Windows

Ge van Geldorp ge at gse.nl
Mon Jan 12 09:51:40 CST 2009


The failures in rpcrt4:server on Windows are caused by an access violation
thrown in NdrVaryingArrayUnmarshall() called from get_5numbers(). I've
created a minimum get_5numbers() test with Microsoft tools and that throws
the same access violation. The access violation disappears when zeroing
out the StubMsg before calling NdrClientInitializeNew(), so my guess is
Windows NdrVaryingArrayUnmarshall() uses an uninitialized member.

Changelog:
  Remove NdrVaryingArrayUnmarshall() test, it is broken on Windows
---
 dlls/rpcrt4/tests/server.c   |   18 ------------------
 dlls/rpcrt4/tests/server.idl |    1 -
 2 files changed, 0 insertions(+), 19 deletions(-)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3b2acb9542057be8b3ab4fd249272337c03884aa.diff
Type: text/x-patch
Size: 1626 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20090112/447b5f65/attachment.bin 


More information about the wine-patches mailing list