Module: wine Branch: master Commit: ae5f2a8f841118ae43b452f30eb438cc0a17a6aa URL: https://source.winehq.org/git/wine.git/?a=commit;h=ae5f2a8f841118ae43b452f30... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Mon May 20 23:30:55 2019 -0500 rpcrt4: Handle exceptions in a larger portion of NdrClientCall(). Most notably in NdrProxyInitialize(). This patch and the next bring the scope of exception handling roughly in line with -Os stubs. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=36981 Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/rpcrt4/ndr_stubless.c | 445 ++++++++++++++++++++------------------------- 1 file changed, 199 insertions(+), 246 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ae5f2a8f841118ae43b45...