17 Feb
2014
17 Feb
'14
6:22 p.m.
https://bugs.winehq.org/show_bug.cgi?id=34829 --- Comment #7 from François Gouget <fgouget(a)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.