[PATCH 0/1] MR1261: rpcrt4: Fix unexpected exception in ndr_marshal tests.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52909 Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1261
From: Eric Pouech <eric.pouech(a)gmail.com> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52909 Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> --- dlls/rpcrt4/tests/ndr_marshall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/rpcrt4/tests/ndr_marshall.c b/dlls/rpcrt4/tests/ndr_marshall.c index 5d72f5efc61..bae9b12f7ab 100644 --- a/dlls/rpcrt4/tests/ndr_marshall.c +++ b/dlls/rpcrt4/tests/ndr_marshall.c @@ -154,6 +154,7 @@ static void test_ndr_simple_type(void) StubMsg.BufferLength = 16; StubMsg.RpcMsg->Buffer = StubMsg.BufferStart = StubMsg.Buffer = HeapAlloc(GetProcessHeap(), 0, StubMsg.BufferLength); + StubMsg.BufferEnd = StubMsg.Buffer + StubMsg.BufferLength; l = 0xcafebabe; NdrSimpleTypeMarshall(&StubMsg, (unsigned char*)&l, FC_LONG); ok(StubMsg.Buffer == StubMsg.BufferStart + 4, "%p %p\n", StubMsg.Buffer, StubMsg.BufferStart); -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/1261
@epo could you change the visibility of your tree? I can't read: https://gitlab.winehq.org/epo/wine/-/tree/mr-rpcrt4-excpt or see the pipeline status. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1261#note_13390
@huw: thought I already set it... maybe forgot the 'save changes' button... I hope it's ok by now -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1261#note_13391
@huw: thought I already set it... maybe forgot the 'save changes' button... I hope it's ok by now
Yes, looks good, thanks. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1261#note_13393
This merge request was approved by Huw Davies. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1261
participants (3)
-
Eric Pouech -
eric pouech (@epo) -
Huw Davies (@huw)