http://bugs.winehq.org/show_bug.cgi?id=34829
Bug #: 34829 Summary: wintrust:softpub crashes on Windows 8 Product: Wine Version: 1.7.5 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: wintrust AssignedTo: wine-bugs@winehq.org ReportedBy: fgouget@codeweavers.com Classification: Unclassified
The wintrust:softpub conformance test crashes on Windows 8:
softpub.c:264: this is the last test seen before the exception softpub: unhandled exception c0000005 at 75B0471A
The crash happens on this testObjTrust() line:
ret = funcs->pfnObjectTrust(&data); ok(ret == S_FALSE, "Expected S_FALSE, got %08x\n", ret);
(funcs->pfnObjectTrust is not NULL)