• Ge van Geldorp's avatar
    rpcrt4/tests: Remove NdrVaryingArrayUnmarshall() test, it is broken on Windows. · a9950e3c
    Ge van Geldorp authored
    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.
    a9950e3c
server.idl 6.93 KB