[Bug 34829] wintrust:softpub crashes on Windows 8

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 17 12:22:42 CST 2014


https://bugs.winehq.org/show_bug.cgi?id=34829

--- Comment #7 from François Gouget <fgouget at codeweavers.com> ---
Oh, sorry about the misunderstanding. So I applied the patch below but
unfortunately without luck:

-    CRYPT_PROVIDER_DATA data = { 0 };
+    CRYPT_PROVIDER_DATA data = { sizeof(CRYPT_PROVIDER_DATA) };

I then tried variants, adding a redundant ',0', giving the same treatment to
'WINTRUST_DATA wintrust_data = { 0 }', but no luck either.

(Just in case, I also checked that pfnObjectTrust points to valid memory. It
does.)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list