[Bug 34829] wintrust:softpub crashes on Windows 8

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 17 11:17:53 CST 2014


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

--- Comment #6 from Nikolay Sivov <bunglehead at gmail.com> ---
Looks like we keep talking about different things. So:

---
    CRYPT_PROVIDER_DATA data = { 0 };
    WINTRUST_DATA wintrust_data = { 0 };
    WINTRUST_CERT_INFO certInfo = { sizeof(WINTRUST_CERT_INFO), 0 };
    WINTRUST_FILE_INFO fileInfo = { sizeof(WINTRUST_FILE_INFO), 0 };
---

here two last structs have size field initialized while first 'data' variable
has not. I was talking about that 'data', that maybe it should be {
sizeof(CRYPT_PROVIDER_DATA) } instead of { 0 }.

-- 
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