https://bugs.winehq.org/show_bug.cgi?id=34829
--- Comment #7 from François Gouget fgouget@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.)